Learn R Programming

microsamplingDesign (version 1.0.8)

subsetOnTimePoints: generic function to subset the timePoints-slot and generate an object of the same class

Description

generic function to subset the timePoints-slot and generate an object of the same class

Usage

subsetOnTimePoints(object, ...)

# S4 method for PkModel subsetOnTimePoints(object, timePointsSelect)

Arguments

object

a S4 class object

...

additional parameters

timePointsSelect

a subset of time points to select data for

Examples

Run this code
# NOT RUN {
subsetOnTimePoints( pkData, c( 1 , 2 ) )
subsetOnTimePoints( object = pkData, timePointsSelect =  c( 1 , 2 ) )
# }

Run the code above in your browser using DataLab