View source: R/sameTimePoints.r
sameTimePoints | R Documentation |
sameTimePoints sameTimePoints
sameTimePoints(
df,
npoints = 100,
colTime = "time",
colDuration = "duration",
colIntensity = "intensity",
breakTimes = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.