Learn R Programming

aniSNA (version 1.1.1)

plot.list_regression_matrices: To plot regression analysis results

Description

To plot regression analysis results

Usage

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

Value

No return value, called for side effects. The plots show regression slope values corresponding to proportion of individuals in the sample.

Arguments

x

A list of matrices obtained from regression_slope_analyze function

...

Further arguments are ignored

Examples

Run this code
# \donttest{
data(elk_network_2010)
elk_regression_analysis <- regression_slope_analyze(elk_network_2010)
plot(elk_regression_analysis)
# }

Run the code above in your browser using DataLab