R6 class for PlotTask settings
See also
Other workflow tasks:
GofPlotTask
,
PopulationPlotTask
,
PopulationSensitivityAnalysisTask
,
QualificationTask
,
SensitivityAnalysisTask
,
Task
,
addUserDefinedTask()
,
loadCalculatePKParametersTask()
,
loadCalculateSensitivityTask()
,
loadGOFMergedTask()
,
loadPlotAbsorptionTask()
,
loadPlotDDIRatioTask()
,
loadPlotDemographyTask()
,
loadPlotMassBalanceTask()
,
loadPlotPKParametersTask()
,
loadPlotPKRatioTask()
,
loadPlotSensitivityTask()
,
loadPlotTimeProfilesAndResidualsTask()
,
loadQualificationComparisonTimeProfileTask()
,
loadQualificationTimeProfilesTask()
,
loadSimulateTask()
Super class
ospsuite.reportingengine::Task
-> PlotTask
Public fields
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,
Methods
Inherited methods
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()
Method new()
Create a `PlotTask` object
Usage
PlotTask$new(
reportTitle = NULL,
reportReference = NULL,
fileName = NULL,
getTaskResults = NULL,
nameTaskResults = "none",
...
)
Arguments
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