eqlabel | R Documentation |
These functions create labels from FLSR models and params to be used, for example, on the legend of the ggplot-based plot method for FLSRs
eqlabel(model, param)
modlabel(model, param)
model |
a list of model formulas |
param |
a list of FLPar objects for the params slot |
data(nsher)
srs <- FLSRs(sapply(c('ricker', 'bevholt'), function(x) {
y <- nsher
model(y) <- x
return(fmle(y))
}))
eqlabel(model=lapply(srs, model),
param=lapply(srs, params))
modlabel(model=lapply(srs, model),
param=lapply(srs, params))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.