Plot windowed Multiplex Recurrence Network measures
Output from function mrn()
with arguments set for a windowed analysis.
Character vector indicating which layer similarity measure(s) should be plotted. Valid elements in the vector are: "InterLayerMI"
, "InterLayerCor"
, "EdgeOverlap"
, "JRP"
.
Character vector indicating which vertex measure(s) should be plotted. Valid elements in the vector are: "none"
, "degree"
,"strength"
,"transitivity"
(= clustering),"closeness"
,"betweenness"
. See the igraph The calculations depend on the value of MRNweightedBy
that was used with function mrn()
.
If vertexMeasures
is not equal to "none"
, should the graph be considered weighted? (default = FALSE
)
If vertexMeasures
is not equal to "none"
, should the graph be considered directed? (default = FALSE
)
If vertexMeasures
is not equal to "none"
, should the graph be considered cumulative? This will set the mode to "upper"
(default = FALSE
)
If TRUE
, a ribbon with range mean ± SD will be plotted (default = FALSE
)
Plot the igraph object. If FALSE
, a just the graph object will be returned invisible.
a ggplot object
Other Tools for windowed analyses:
ts_windower()