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
titlesection title in the report corresponding to the task
referenceid of anchor tag referencing title
fileNamename of report appendix file associated to task
getTaskResultsfunction called by task that computes and format figure results
nameTaskResultsname 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
reportTitletitle to be printed in the report
reportReferenceid of anchor tag referencing title
fileNamename of report appendix file associated to task
getTaskResultsfunction called by task that computes and format figure results
nameTaskResultsname of the function that returns task results,
...input parameters inherited from
TaskR6 class