fhModels {flowPloidy} | R Documentation |
Functions for assembling non-linear regression models for
FlowHist
objects.
addComponents(fh) dropComponents(fh, components) setLimits(fh) makeModel(fh, env = parent.frame())
fh |
a |
components |
character, a vector of |
env |
an R environment. Don't change this, it's R magic to keep the appropriate environment in scope when building our model. |
addComponents
examines the model components in
fhComponents
and includes the ones that pass their
includeTest
.
dropComponents
removes a component from the
FlowHist
model
setLimits
collates the parameter limits for the model
components included in a FlowHist
object. (could be
called automatically from addComponents
, as it already
is from dropComponents
?)
makeModel
creates a model out of all the included
components.
The updated FlowHist
object.
Tyler Smith