Learn R Programming

dMod (version 0.3.1)

plotPaths: 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 "free" or "fixed".

Value

A plot object of class ggplot.

Details

See profile for examples.