inst/doc/mizer.R

## ----eval=FALSE---------------------------------------------------------------
#  install.packages("mizer")

## -----------------------------------------------------------------------------
library(mizer)

## ----eval=FALSE---------------------------------------------------------------
#  install.packages("devtools")

## ----eval=FALSE---------------------------------------------------------------
#  devtools::install_github("sizespectrum/mizer")

## -----------------------------------------------------------------------------
params <- newCommunityParams()

## -----------------------------------------------------------------------------
params <- newMultispeciesParams(NS_species_params, NS_interaction)

## -----------------------------------------------------------------------------
sim <- project(params, t_max = 10, effort = 1)

## -----------------------------------------------------------------------------
plot(sim)

## -----------------------------------------------------------------------------
getProportionOfLargeFish(sim, 
                         species = "Herring", 
                         threshold_w = 50, 
                         biomass_proportion = TRUE)

Try the mizer package in your browser

Any scripts or data that you put into this service are public.

mizer documentation built on May 29, 2024, 6:16 a.m.