Learn R Programming

aniSNA (version 1.1.1)

plot.list_node_level_CI: To plot the results for node-level confidence intervals

Description

To plot the results for node-level confidence intervals

Usage

# S3 method for list_node_level_CI
plot(x, ...)

Value

No return value, called for side effects. The plots show confidence intervals along with the observed metric value for each of the nodes in the network.

Arguments

x

A list of dataframes obtained from node_level_CI function.

...

Further arguments are ignored.

Examples

Run this code
# \donttest{
data(elk_network_2010)
elk_node_level_CI <- node_level_CI(elk_network_2010)
plot(elk_node_level_CI)
# }

Run the code above in your browser using DataLab