The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
LeMaRns is an R package to set up, run and explore the outputs of the Length-based Multi-species model LeMans, focused on the marine environment.
You can install the released version of LeMaRns from CRAN with:
install.packages("LeMaRns")
This is a basic example of how to set up, run and plot the resulting spawning-stock biomass:
library(LeMaRns)
<- LeMansParam(NS_par, tau=NS_tau, eta=eta, L50=L50,other=1e12)
NS_params #> Warning in .local(df, gdf, ...): The following columns of df do not match any of the species arguments and were therefore added to recruit_params:
#> a, b
<- matrix(0.25, 50, dim(NS_params @Qs)[3])
effort <- run_LeMans(NS_params, years=50, effort=effort)
model_run plot_SSB(NS_params,model_run)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.