morse | R Documentation |
morse
model parametersLoads GUTS model parameters which were fitted by the morse package.
morse(
file,
find.SD = TRUE,
find.IT = TRUE,
reset.hb = TRUE,
params = c("estim", "all"),
mcmc.size
)
file |
Path to .RData file |
find.SD |
a logical value. If |
find.IT |
a logical value. If |
reset.hb |
a logical value. If |
params |
|
mcmc.size |
optional |
vector of parameter_set
objects
# import all parameter fits
try(morse("path/to/morse_fit.RData"))
# import parameters for a specific model
try(morse("path/to/morse_fit.RData", find.IT=TRUE, find.SD=FALSE))
# modify model objects
try(models %>% set_param(morse("path/to/morse_fit.RData")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.