plot.bootnet | R Documentation |
This function can be used to plot bootnet results by plotting all bootstrapped statistics as line or by plotting confidence intervals.
## S3 method for class 'bootnet'
plot(x, statistics, plot, graph, CIstyle = c(
"quantiles", "SE"), rank = FALSE, sampleColor =
"darkred", samplelwd = 1, meanColor = "black", meanlwd
= 0.5, bootColor = "black", bootAlpha = 0.01, bootlwd
= 0.9, areaAlpha = 0.1, order = c("id", "sample",
"mean"), decreasing = TRUE, perNode = FALSE,
legendNcol = 2, labels = TRUE, legend = TRUE,
subsetRange = c(100, 0), area = !perNode, alpha =
0.05, onlyNonZero = FALSE, differenceShowValue,
differenceEdgeColor = TRUE, verbose = TRUE, panels =
TRUE, split0 = FALSE, prop0 = ifelse(split0, TRUE,
FALSE), prop0_cex = 1, prop0_alpha = 0.8,
prop0_minAlpha = 0.25, subset, ...)
x |
A |
statistics |
The types of statistics to plot.Defaults to |
plot |
Character string indicating what to plot. Can be |
graph |
If multipe graphs are estimated, which graph should be plotted? Currently used for |
CIstyle |
Style of CIs to construct. |
rank |
Logical, should plots show rank of statistics instead of statistics? |
sampleColor |
Color of the original sample line |
samplelwd |
Line width of the original sample line |
bootColor |
Color of the bootstrap lines |
bootAlpha |
Alpha of the bootstrap lines |
bootlwd |
Line width of the bootstrap lines |
areaAlpha |
Alpha of the area |
order |
String indicating how to order nodes. |
decreasing |
Logical indicating if the ordering is decreasing or increasing. |
perNode |
Logical, should centrality estimates per node be plotted instead of correlation with original parameter. Only used in node and person drop bootstrap. |
legendNcol |
Number of columns in the legend if |
labels |
Logical, should labels be plotted? |
legend |
Logical, should the legend be plotted? |
subsetRange |
Range in percentages of the x-axis in node and person drop plots. |
area |
Logical, should the confidence area be plotted? |
alpha |
Signifiance level used in |
onlyNonZero |
Logical used when |
differenceShowValue |
Logical used when |
differenceEdgeColor |
Logical used when |
verbose |
Should expected alpha be printed? |
panels |
Logical, should panel titles be printed? |
meanColor |
Color of the bootstrap means. |
meanlwd |
Line width of the bootstrap means |
split0 |
Logical. When set to TRUE, the displayed intervals are based on occasions when the parameter was not estimated to be zero, and an extra box is added indicating the number of times a parameter is estimated to be zero. |
prop0 |
Logical, should boxes indicating the proportion of times parameters were estimated to be zero be added to the plot? |
prop0_cex |
Size of the boxes indicating number of times a parameter was set to zero. |
prop0_alpha |
Transparency of the boxes indicating number of times a parameter was set to zero. |
prop0_minAlpha |
Minimal transparency of the *lines* of plotted intervals as the proportion of times an edge was not included goes to 0. |
subset |
Vector indicating labels of nodes to include in the plot. This can be used to show, for example, only edges related to one particular node. |
... |
Not used. |
A ggplot2
object.
Sacha Epskamp <mail@sachaepskamp.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.