plot.list_regression_matrices function

To plot regression analysis results

To plot regression analysis results

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

Arguments

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

Returns

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

Examples

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

Useful links