diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-06 10:33:24 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-06 10:33:24 +0100 |
commit | 478c6d5eec4c84b22b43adcbdf36888b302ead00 (patch) | |
tree | 57adb0fdac19ec877bc0fbc20aa12366e0ea4341 /man/parplot.Rd | |
parent | e3057a3a71dbbd9028e192885d17a92607428296 (diff) |
Some parplot improvements
llquant argument, improved legend text, tests
Diffstat (limited to 'man/parplot.Rd')
-rw-r--r-- | man/parplot.Rd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/parplot.Rd b/man/parplot.Rd index ac9e02cf..67bf0cc1 100644 --- a/man/parplot.Rd +++ b/man/parplot.Rd @@ -10,6 +10,7 @@ parplot(object, ...) \method{parplot}{multistart.saem.mmkin}( object, llmin = -Inf, + llquant = NA, scale = c("best", "median"), lpos = "bottomleft", main = "", @@ -23,7 +24,11 @@ parplot(object, ...) \item{llmin}{The minimum likelihood of objects to be shown} -\item{scale}{By default, scale parameters using the best available fit. +\item{llquant}{Fractional value for selecting only the fits with higher +likelihoods. Overrides 'llmin'.} + +\item{scale}{By default, scale parameters using the best +available fit. If 'median', parameters are scaled using the median parameters from all fits.} \item{lpos}{Positioning of the legend.} |