plot.profile.simode: Plot the likelihood profiles for the model parameters

Description Usage Arguments

View source: R/simode_profile.R

Description

Plot the likelihood profiles for the model parameters

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'profile.simode'
plot(
  x,
  which = NULL,
  mfrow = par("mfrow"),
  cols = list(fit = "blue", threshold = "red"),
  ...
)

Arguments

x

profile.simode object returned by a call to profile.

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 par).

cols

List of colors for each element of the plot.

...

Additional argument(s) for methods.


simode documentation built on July 1, 2020, 10:30 p.m.