SimulationPKAnalyses | R Documentation |
pK-Analyses of a simulation (either individual or population simulation).
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> SimulationPKAnalyses
simulation
Reference to the Simulation
used to calculate or import the PK-Analyses (Read-Only)
allPKParameterNames
Returns the name of all pk parameters for which a value is available
allQuantityPaths
Returns the path of all quantities for which pk parameters were calculated
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
SimulationPKAnalyses$new(netObject, simulation)
netObject
A NetObject
simulation
Simulation for which the pkParameters were calculated
A new SimulationPKAnalyses
object.
allPKParametersFor()
Returns all QuantityPKParameter defined for a given path
SimulationPKAnalyses$allPKParametersFor(quantityPath)
quantityPath
Path for which pkParameters should be retrieved
pKParameterFor()
The pK Parameter defined for the given path and name
SimulationPKAnalyses$pKParameterFor(quantityPath, pkParameter)
quantityPath
Path for which the pkParameter named pkParameter
should be retrieved
pkParameter
Name of the pkParameter to retrieve
print()
Print the object to the console
SimulationPKAnalyses$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.