Usage
spacodi.permutplot(spacodi.permutations, cex=list(pch=1.5, rand=0.1, node=0.5, legend=0.75), transp=0.8, col = list("black", "lightgray"), bg = list("white", "lightgray", "black"), all.points = TRUE, add.id = TRUE, sig.plot = TRUE, cut.off = 0.05, envelope = FALSE, outfile = NULL, ...)
Arguments
cex
a named list of scalings for node symbols (pch
), permutations (rand
), node
labels, and legend
transp
degree of color transparency: transp=1
is opaque
col
a list of two elements: colors to be used for plotting observed and expected community structure
bg
a list of background (fill) colors to be used for plotting observed and expected community structure
all.points
Boolean; whether all permutation estimates are to be plotted
add.id
Boolean; whether node.labels
are placed near nodewise estimates of community structure
sig.plot
Boolean; whether nodes are colored by significance of observed and expected estimates of structure
cut.off
a value, if sig.plot=TRUE
, distinguishing observed from expected estimates of structure
envelope
Boolean; whether a smooth-spline envelope is drawn around permutation estimates of structure
outfile
an optional .pdf file to which to write output
...
additional plotting parameters to be optionally supplied