View source: R/utilities-individual.R
applyIndividualParameters | R Documentation |
createIndividual
are applied.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.
applyIndividualParameters(individualCharacteristics, simulation)
individualCharacteristics |
|
simulation |
|
## Not run:
simulation <- loadSimulation(filePath = modelPath)
humanIndividualCharacteristics <- createIndividualCharacteristics(
species = Species$Human, population = HumanPopulation$European_ICRP_2002,
gender = Gender$Male, weight = 70
)
applyIndividualParameters(humanIndividualCharacteristics, simulation)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.