PSM.plot {PSM} | R Documentation |
Create basic plots of data and state estimates in PSM.
PSM.plot(Data, Smooth = NULL, indiv = NULL, type = NULL)
Data |
Data list, see description in PSM.estimate .
|
Smooth |
Output from PSM.smooth .
|
indiv |
A vector of integers with which individuals to include. |
type |
A vector of strings listing the types of plots to create. The
possibilities are:
If a string is preceeded by ‘logx.’, ‘logy.’ or ‘logx.logy.’ the corresponding axis is shown on log-scale. An example is: type=c('Xs','logy.Ys.Y','res','eta')
|
None (invisible NULL
).
For further details please also read the package vignette pdf-document by writing vignette("PSM") in R.
Stig B. Mortensen and Søren Klim
Please visit http://www.imm.dtu.dk/psm or refer to the
help page for PSM
.
PSM
, PSM.estimate
, PSM.smooth
,
PSM.simulate
, PSM.template
cat("\nExamples are included in the package vignette.\n")