metab_inputs | R Documentation |
Describe the requirements for an argument to metab()
metab_inputs(
type = c("bayes", "mle", "night", "Kmodel", "sim"),
input = c("specs", "data", "data_daily", "info")
)
type |
the type of model you want to fit |
input |
the name of an argument to pass into metab() |
metab_inputs('night','specs')
metab_inputs('bayes','data')
metab_inputs('Kmodel','data_daily')
metab_inputs('mle','info')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.