View source: R/ptrvSameTimePoints.r
ptrvSameTimePoints | R Documentation |
ptrvSameTimePoints returns a dataframe with the same timepoints
ptrvSameTimePoints(
df,
npoints = 100,
meanBySubject = TRUE,
meanByRep = FALSE,
normalizeByTime = FALSE,
breakTimes = NULL
)
df |
a data frame whose colnames are time, product, subject,rep, duration and intensity |
npoints |
number of timepoints to be obtained |
meanBySubject |
boolean indicating whether the mean by subject should be computed |
meanByRep |
boolean indicating whether the mean by replicate should be computed |
normalizeByTime |
boolean indicating whether the data should be normalized (T) or not |
breakTimes |
indicating the breaking time points. Default to seq(0,max(df$time),length.out=npoints) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.