params_process.character {PhylogeneticEM}R Documentation

Create an object params_process

Description

params_process creates a coherent object params_process from user provided values of the parameters.

Usage

## S3 method for class 'character'
params_process(x, ...)

Arguments

x

one of "BM" or "OU"

...

specified parameters, see functions params_BM and params_OU for details.

Value

an object of class params_process.

See Also

params_BM, params_OU


[Package PhylogeneticEM version 1.7.0 Index]