15.3 Time-varying Multiplex Recurrence Networks

The MRN can be calculated in a sliding window, by setting the arguments win and step.

# This will generate 26 windows
MRN_win <- mrn(layers = layers, win = 250, step = 10)

# The MRN are returned as a list
MRN_win$interlayerMI

# It may be informative to create an animation [not shown here because it displays in the Viewer]
# MRN_ani <- mrn_plot(layers = layers, win = 250, step = 10, createAnimation = TRUE)

# The animation is stored in an output field, but is also saved as a .gif, see the man pages for more options.
# MRN_ani$MRNanimationGG