Description Usage Arguments Value Examples
Accessor function to extract model parameters
1 | model_parameters(object)
|
object |
a decon object |
model parameters from minpack.lm::nlsLM fit
1 2 3 4 5 | data(juncus)
tmp <- process(juncus, init_mass = 18.96,
temp = 'temp_C', mass_loss = 'mass_loss')
output <- deconvolve(tmp)
model_parameters(output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.