Learn R Programming

aniSNA (version 1.1.1)

plot.Width_CI_matrix: To plot the results obtained from width_CI function

Description

To plot the results obtained from width_CI function

Usage

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

Value

No return value, called for side effects. Plots show width of confidence intervals corresponding to number of individuals in the sub-sample.

Arguments

x

A matrix of width of Confidence Intervals obtained from global_width_CI function

...

Further arguments are ignored.

Examples

Run this code
# \donttest{
data(elk_network_2010)
width_CI_elk <- global_width_CI(elk_network_2010, n_versions = 100)
plot(width_CI_elk)
# }

Run the code above in your browser using DataLab