PCMParamGetShortVector.RdThe short vector of the model parameters does not include the nodes in the tree where a regime change occurs, nor the the model types associated with each regime.
PCMParamGetShortVector(o, k = 1L, R = 1L, ...)
| o | a PCM model object or a parameter of a PCM object |
|---|---|
| k | an integer denoting the number of modeled traits. Default: 1. |
| R | an integer denoting the number of regimes in the model. Default: 1. |
| ... | other arguments that could be used by implementing methods. |
a numeric vector of length equal to `PCMParamCount(o, FALSE, FALSE, 0L, k, R)`.