plotPaths {dMod} | R Documentation |
Profile likelihood: plot of the parameter paths.
Description
Profile likelihood: plot of the parameter paths.
Usage
plotPaths(
profs,
...,
whichPar = NULL,
sort = FALSE,
relative = TRUE,
scales = "fixed"
)
Arguments
profs |
profile or list of profiles as being returned by profile |
... |
arguments going to subset |
whichPar |
Character or index vector, indicating the parameters that are taken as possible reference (x-axis) |
sort |
Logical. If paths from different parameter profiles are plotted together, possible combinations are either sorted or all combinations are taken as they are. |
relative |
logical indicating whether the origin should be shifted. |
scales |
character, either |
Details
See profile for examples.
Value
A plot object of class ggplot
.
[Package dMod version 1.0.2 Index]