You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% Please edit documentation in R/resource_dynamics.R
\name{getResourceDynamics}
\alias{getResourceDynamics}
\alias{getResourceLevel}
\alias{getResourceRate}
\alias{getResourceCapacity}
\title{Deprecated functions for getting resource parameters}
\usage{
getResourceDynamics(params)
getResourceLevel(params)
getResourceRate(params)
getResourceCapacity(params)
}
\arguments{
\item{params}{A MizerParams object}
}
\value{
Name of the function that determines the resource dynamics
}
\description{
\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#deprecated}{\figure{lifecycle-deprecated.svg}{options: alt='[Deprecated]'}}}{\strong{[Deprecated]}} Use \code{\link[=resource_dynamics]{resource_dynamics()}},
\code{\link[=resource_level]{resource_level()}}, \code{\link[=resource_rate]{resource_rate()}} and \code{\link[=resource_capacity]{resource_capacity()}} instead.