sensitivity.boxplots {multirich} | R Documentation |
Make boxplots based on multiple simulations
Description
Takes the output results from multiple simulation iterations and plots boxplots displaying the results
Usage
sensitivity.boxplots(results.mat, traitspaces, n.recs)
Arguments
results.mat |
An input matrix with ncol equal to the number of elements in traitspaces, and a given row containing the values for each trait space for that simulation run. |
traitspaces |
A vector identifying the traitspaces at which the simulation analysis was carried out |
n.recs |
The number of records in the original matrix. This is the point where if every record were unique, the entire traitspace would be full. |
[Package multirich version 2.1.3 Index]