View source: R/utilities-individual.R
writeIndividualToXLS | R Documentation |
Create a parameter set describing an individual and write it to the Excel file
writeIndividualToXLS(individualCharacteristics, outputXLSPath)
individualCharacteristics |
An |
outputXLSPath |
Path to the Excel file the parameter set will be written to |
createIndividualCharacteristics crateIndividual
## Not run:
simulation <- loadSimulation(pathToPKML)
humanIndividualCharacteristics <- createIndividualCharacteristics(
species = Species$Human, population = HumanPopulation$European_ICRP_2002,
gender = Gender$Male, weight = 70
)
writeIndividualToXLS(humanIndividualCharacteristics, pathToExcelFile)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.