PopulationPlotTask | R Documentation |
R6 class for PopulationPlotTask settings
ospsuite.reportingengine::Task
-> ospsuite.reportingengine::PlotTask
-> PopulationPlotTask
workflowType
Type of population workflow
xParameters
list of parameter paths to be plotted along x-axis
yParameters
list of parameter paths to be plotted along y-axis
ospsuite.reportingengine::Task$activate()
ospsuite.reportingengine::Task$getAbsolutePath()
ospsuite.reportingengine::Task$getInputs()
ospsuite.reportingengine::Task$getRelativePath()
ospsuite.reportingengine::Task$inactivate()
ospsuite.reportingengine::Task$print()
ospsuite.reportingengine::Task$validateInput()
ospsuite.reportingengine::Task$validateStructureSetInput()
new()
Create a PopulationPlotTask
object
PopulationPlotTask$new( workflowType = PopulationWorkflowTypes$parallelComparison, xParameters = NULL, yParameters = NULL, ... )
workflowType
Type of population workflow. Use enum PopulationWorkflowTypes
to get list of workflow types.
xParameters
list of parameter paths to be plotted along x-axis
yParameters
list of parameter paths to be plotted along y-axis
...
input parameters inherited from PlotTask
R6 class
A new PopulationPlotTask
object
saveResults()
Save the task results
PopulationPlotTask$saveResults(taskResults)
taskResults
list of TaskResults
objects
runTask()
Run task and save its output
PopulationPlotTask$runTask(structureSets)
structureSets
list of SimulationStructure
R6 class
clone()
The objects of this class are cloneable with this method.
PopulationPlotTask$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other workflow tasks:
GofPlotTask
,
PlotTask
,
PopulationSensitivityAnalysisTask
,
QualificationTask
,
SensitivityAnalysisTask
,
Task
,
addUserDefinedTask()
,
loadCalculatePKParametersTask()
,
loadCalculateSensitivityTask()
,
loadGOFMergedTask()
,
loadPlotAbsorptionTask()
,
loadPlotDDIRatioTask()
,
loadPlotDemographyTask()
,
loadPlotMassBalanceTask()
,
loadPlotPKParametersTask()
,
loadPlotPKRatioTask()
,
loadPlotSensitivityTask()
,
loadPlotTimeProfilesAndResidualsTask()
,
loadQualificationComparisonTimeProfileTask()
,
loadQualificationTimeProfilesTask()
,
loadSimulateTask()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.