View source: R/global_confidence_intervals.R
plot.Width_CI_matrix | R Documentation |
To plot the results obtained from width_CI function
## S3 method for class 'Width_CI_matrix'
plot(x, ...)
x |
A matrix of width of Confidence Intervals obtained from global_width_CI function |
... |
Further arguments are ignored. |
No return value, called for side effects. Plots show width of confidence intervals corresponding to number of individuals in the sub-sample.
data(elk_network_2010)
width_CI_elk <- global_width_CI(elk_network_2010, n_versions = 100)
plot(width_CI_elk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.