
Apply an individual to the simulation. For human species, only parameters that do not override formulas are applied. For other species, all parameters returned by createIndividual are applied.
      Source: R/utilities-individual.R
      applyIndividualParameters.RdApply an individual to the simulation.
For human species, only parameters that do not override formulas are applied.
For other species, all parameters returned by createIndividual are applied.
Examples
if (FALSE) { # \dontrun{
simulation <- loadSimulation(filePath = modelPath)
humanIndividualCharacteristics <- createIndividualCharacteristics(
  species = Species$Human, population = HumanPopulation$European_ICRP_2002,
  gender = Gender$Male, weight = 70
)
applyIndividualParameters(humanIndividualCharacteristics, simulation)
} # }