plot.sensitivity: Plot sensitivity analysis results

Description Usage Arguments

View source: R/MVR.r

Description

Goal is to create a plot similar to a ROC plot, where at one side, everything is in a single category, and on the other end, everything is in its own category.

Usage

1
2
## S3 method for class 'sensitivity'
plot(sutc.vals, traitspaces, n, com.names = "none", in.pdf = "none")

Arguments

sutc.vals

A list containing scaled unique trait combinations (see above)

traitspaces

A vector containing the traitspace for each combination value

n

The sample size of the trait x record matrix

com.names

The names of the communities being evaluated (for labeling purposes)

in.pdf

A pdf file to be generated, containing the two plots. "none" skips generating a pdf, and "no.plot" disables the function


multirich documentation built on May 15, 2021, 1:07 a.m.