plot.profile.simode {simode} | R Documentation |
Plot the likelihood profiles for the model parameters
Description
Plot the likelihood profiles for the model parameters
Usage
## S3 method for class 'profile.simode'
plot(
x,
which = NULL,
mfrow = par("mfrow"),
cols = list(fit = "blue", threshold = "red"),
...
)
Arguments
x |
|
which |
Which parameters to plot the likelihood profiles for. If empty, the plot will include all of the parameters in x. |
mfrow |
A vector of the form c(nr,nc) setting the layout of
subplots in one plot (see also |
cols |
List of colors for each element of the plot. |
... |
Additional argument(s) for methods. |
[Package simode version 1.2.2 Index]