View source: R/Source_StatsPlotsandTesting.R
QuickClusterPlot | R Documentation |
Creates Cluster Plotss for all saved data except MaleSongs and FemaleSongs. See ClusterPlot for info on plot interpretation.
QuickClusterPlot(P, path, rep = TRUE, acc = P$SAcc, lrnThsh = P$SLrn, match = P$SMat, chanceInv = P$SCtI, chanceFor = P$SCtF, age = P$SAge, AutoLayout = TRUE)
P |
a list of parameters |
path |
location of a folder with simulation data |
rep |
whether to plot repertoire size data |
acc |
whether to plot accuracy data |
lrnThsh |
whether to plot learning threshold data |
match |
whether to plot matching data |
chanceInv |
whether to plot chance to invent data |
chanceFor |
whether to plot chance to forget data |
age |
whether to plot age data |
autoLayout |
whether to allow the function to figure out the layout (TRUE) or not (FALSE) |
Other Cluster Plots: ClusterCalc
,
ClusterPlot
, GetMaxMat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.