plot.list_correlation_matrices function

To plot correlation analysis results

To plot correlation analysis results

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

Arguments

  • x: A list of matrices obtained from correlation_analyze function.
  • ...: Further arguments are ignored.

Returns

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

Examples

data(elk_network_2010) elk_correlation_analysis <- correlation_analyze(elk_network_2010) plot(elk_correlation_analysis)
  • Maintainer: Prabhleen Kaur
  • License: MIT + file LICENSE
  • Last published: 2024-03-25

Useful links