sameTimePoints: sameTimePoints sameTimePoints

View source: R/sameTimePoints.r

sameTimePointsR Documentation

sameTimePoints sameTimePoints

Description

sameTimePoints sameTimePoints

Usage

sameTimePoints(
  df,
  npoints = 100,
  colTime = "time",
  colDuration = "duration",
  colIntensity = "intensity",
  breakTimes = NULL
)

Arguments

df

data frame with at least three columns (named as colTime, colDuration and colIntensity)

npoints

number of points (to fill breakTimes automatically)

colTime

name of the column corresponding to time

colDuration

name of the column corresponding to duration

colIntensity

name of the column corresponding to intensity

breakTimes

vector of numerics corresponding to time breaks


ChemoSens/PTRMSR documentation built on June 15, 2025, 10:40 a.m.