R/MEMC.R

#' @details This package allows you run and manipulate the kinetics used
#' in MEND (Wang et al. 2015) a popular microbial-explicit eight carbon
#' pool model enabling users to explore how changing the formulation of
#' microbial activity affects soil carbon pool dynamics.
#'
#' @section MEMC model configurations: The MEMC package allows users to
#'   build their own models using \code{\link{memc_configure}} but also
#'   contains several ready to go model configurations such as
#'   \code{\link{MEND_config}} and \code{\link{COMISSION_config}}.
#'
#' @section Getting started: To run a MEMC model configuration use
#'   \code{\link{memc_solve}} with one of the pre configured MEMC
#'   models \code{\link{memc_solve}} and \code{\link{COMISSION_config}}.
#'   Using the \code{\link{memc_solve}} function with the pre-configured
#'   package models, you can read in your own model parameter table or
#'   initial state values.
#'
#' @section Advanced usage: You can configure your own toy model using
#'   \code{\link{memc_configure}} with \code{\link{carbon_pools}} and
#'   \code{\link{carbon_fluxes}}. The function
#'   \code{\link{modify_fluxes_func}} allows users to customize the
#'   microbial kinetics.
Microbial-Explicit-Model/MEMC documentation built on April 12, 2025, 12:50 p.m.