IndividualCharacteristics | R Documentation |
Characteristics of an individual describing its origin
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> IndividualCharacteristics
species
Specifies the species of the individual. It should be a species available in PK-Sim (see Species
)
population
For a Human species, the population of interest. It should be a population available in PK-Sim (see HumanPopulation
)
gender
Gender of the individual. It should be defined for the species in PK-Sim (see Gender
)
age
Age of the individual as in instance of a SnapshotParameter
(optional)
gestationalAge
Gestational Age of the individual as in instance of a SnapshotParameter
(optional)
weight
Weight of the individual as in instance of a SnapshotParameter
(optional)
height
Height of the individual as in instance of a SnapshotParameter
(optional)
allMoleculeOntogenies
All molecule ontogenies defined for this individual characteristics.
seed
Seed used to generate the population
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$set()
new()
Initialize a new instance of the class
IndividualCharacteristics$new()
A new IndividualCharacteristics
object.
print()
Print the object to the console
IndividualCharacteristics$print(...)
...
Rest arguments.
addMoleculeOntogeny()
Add a molecule ontogeny MoleculeOntogeny
to the individual characteristics
IndividualCharacteristics$addMoleculeOntogeny(moleculeOntogeny)
moleculeOntogeny
Molecule ontogeny to add
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.