remove_species function

Function to remove species from a model class

Function to remove species from a model class

remove_species(species, model, nuts = NULL)

Arguments

  • species: integer vector, the indices of species to remove.
  • model: model object
  • nuts: integer vector, the indices of nutrients to remove. Parameter specific to the Unscaled_nuts model.

Returns

A model object where the data structure has bee updated to remove the species in parameters.

  • Maintainer: Benoit Gauzens
  • License: GPL (>= 2)
  • Last published: 2023-09-04

Useful links