irn_plot | R Documentation |
Inter system recurrence networks
irn_plot(
RMxy,
gx = NULL,
gy = NULL,
merge_seed = 5,
curvature = 0,
angle = 0,
scaleEdgeSize = 1,
alphaE = 0.1,
alphaV = 1,
colorExy = "grey30",
colorEyx = "grey70",
sizeEbyCC = FALSE,
doPlot = TRUE,
ggplotReturn = FALSE,
igraphReturn = FALSE
)
RMxy |
A cross recurrence matrix of x and y |
gx |
An igraph object of recurrence network x |
gy |
An igraph object of recurrence network y |
merge_seed |
Seed |
curvature |
The |
angle |
The |
scaleEdgeSize |
Scale the size of the edges by a constant: |
alphaE |
Set transparency for Edges. A single numeric, or a vector of length |
alphaV |
Set transparency for Vertices (default = |
colorExy |
Edge colour x >> y |
colorEyx |
Edge colour y >> x |
sizeEbyCC |
Node size by Clustering Coefficient |
doPlot |
Produce a plot? (default = |
ggplotReturn |
returns the ggplot object (default = |
igraphReturn |
returns the intermediate iGraph object. This will not look the same as the final graph, but has most of the attributes, like edge and vertex colors and spiral layout (default = |
A plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.