clearOutputIntervals: Removes all intervals as well as all single time points from...

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

clearOutputIntervalsR Documentation

Removes all intervals as well as all single time points from the output schema defined in simulation

Description

Removes all intervals as well as all single time points from the output schema defined in simulation

Usage

clearOutputIntervals(simulation)

Arguments

simulation

Instance of a simulation for which output intervals should be cleared

Examples


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

# Make sure we create a new simulation so that we do not impact other examples
sim <- loadSimulation(simPath, addToCache = FALSE, loadFromCache = FALSE)

clearOutputIntervals(sim)

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