Plot the likelihood profiles for the model parameters
# S3 method for profile.simode
plot(
x,
which = NULL,
mfrow = par("mfrow"),
cols = list(fit = "blue", threshold = "red"),
...
)profile.simode object returned by a call to profile.
Which parameters to plot the likelihood profiles for. If empty, the plot will include all of the parameters in x.
A vector of the form c(nr,nc) setting the layout of
subplots in one plot (see also par).
List of colors for each element of the plot.
Additional argument(s) for methods.