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(layers = layers, win = 250, step = 10)
MRN_win
# The MRN are returned as a list
$interlayerMI
MRN_win
# 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