get_parms | R Documentation |
This function takes a numeric vector of all process model parameters and returns a
representation that is human readable and can be used by run_ttr()
get_parms(par, Data, no.structure = FALSE)
par |
A numeric vector of parameters as supplied by an external parameter estimation algorithm, e.g. LaplacesDemon or DEoptim |
Data |
data object as returned by the |
no.structure |
If 'TRUE', only run |
A list containing a vector of the alpha parameters and an array of dimension (nbeta, nspecies) where nbeta is the number of beta parameters and nspecies is the number of species, containing the beta parameters per species
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.