PlotTask | R Documentation |
R6 class for PlotTask settings
ospsuite.reportingengine::Task
-> PlotTask
title
section title in the report corresponding to the task
reference
id of anchor tag referencing title
fileName
name of report appendix file associated to task
getTaskResults
function called by task that computes and format figure results
nameTaskResults
name of the function that returns task results,
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 PlotTask
object
PlotTask$new( reportTitle = NULL, reportReference = NULL, fileName = NULL, getTaskResults = NULL, nameTaskResults = "none", ... )
reportTitle
title to be printed in the report
reportReference
id of anchor tag referencing title
fileName
name of report appendix file associated to task
getTaskResults
function called by task that computes and format figure results
nameTaskResults
name of the function that returns task results,
...
input parameters inherited from Task
R6 class
A new PlotTask
object
saveResults()
Save the task results related to a structureSet
.
PlotTask$saveResults(structureSet, taskResults)
structureSet
A SimulationStructure
object defining the properties of a simulation set
taskResults
list of TaskResults
objects
runTask()
Run task and save its output results
PlotTask$runTask(structureSets)
structureSets
list of SimulationStructure
objects
clone()
The objects of this class are cloneable with this method.
PlotTask$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other workflow tasks:
GofPlotTask
,
PopulationPlotTask
,
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.