PopulationCharacteristics | R Documentation |
Characteristics of a population used for population creation
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> PopulationCharacteristics
numberOfIndividuals
Number of individuals in the population
proportionOfFemales
Proportion of female in the population
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
)
age
Age range of the population as in instance of a ParameterRange
(optional)
gestationalAge
Gestational Age range of the population as in instance of a ParameterRange
(optional)
weight
Weight range of the population as in instance of a ParameterRange
(optional)
height
Height range of the population as in instance of a ParameterRange
(optional)
BMI
BMI range of the population as in instance of a ParameterRange
(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
PopulationCharacteristics$new()
A new PopulationCharacteristics
object.
print()
Print the object to the console
PopulationCharacteristics$print(...)
...
Rest arguments.
addMoleculeOntogeny()
Add a molecule ontogeny MoleculeOntogeny
to the individual characteristics
PopulationCharacteristics$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.