clearOutputs: Removes all selected output from the given 'simulation'

View source: R/utilities-output-selections.R

clearOutputsR Documentation

Removes all selected output from the given simulation

Description

Removes all selected output from the given simulation

Usage

clearOutputs(simulation)

Arguments

simulation

Instance of a simulation for which output selection should be cleared.

Examples


simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath, )

clearOutputs(sim)

Open-Systems-Pharmacology/OSPSuite-R documentation built on April 28, 2024, 2:24 a.m.