Learn R Programming

aniSNA (version 1.1.1)

plot.list_correlation_matrices: To plot correlation analysis results

Description

To plot correlation analysis results

Usage

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

Value

No return value, called for side effects. The plots show mean and standard deviation of correlation coefficients obtained over multiple iterations.

Arguments

x

A list of matrices obtained from correlation_analyze function.

...

Further arguments are ignored.

Examples

Run this code
# \donttest{
data(elk_network_2010)
elk_correlation_analysis <- correlation_analyze(elk_network_2010)
plot(elk_correlation_analysis)
# }

Run the code above in your browser using DataLab