Learn R Programming

microsamplingDesign (version 1.0.8)

getExampleSetOfTimePoints: get a minimal example set of time points to test functions with

Description

get a minimal example set of time points to test functions with

Usage

getExampleSetOfTimePoints(fullTimePoints, nTimePointsSelect = 5,
  nChoicesSubset = 7)

Arguments

fullTimePoints

numeric vector of time points

nTimePointsSelect

number of time points to select from the full time points, defaults to 5

nChoicesSubset

number of all selection to retain for the example to avoid a large object defaults to 7

Examples

Run this code
# NOT RUN {
getExampleSetOfTimePoints( fullTimePoints = 0:10, nTimePointsSelect = 5, nChoicesSubset = 7 ) 
# }

Run the code above in your browser using DataLab