rhythm | R Documentation |
The type of data that internally helps to parse data will be built and validated on this class definition. This allos for understanding of the type of variable (continuous or categorical) and how it is sampled (regular or irregular intervals).
rhythm(x, t, f, a, ...)
x |
Vector of potential data points that reflect (or do not reflect) event data |
t |
Vector of time points that reflect information about events |
f |
Frequency of data sampling to help udnerstand the range and scale of
|
a |
Annotation that labels certain points as of having particular interest, such as event status, censorship, etc. |
Both x
and t
must be vectors of the same length. a
is presumed to be
only annotation data at certain positions. f
serves as a marker of
frequency or scale of the data (e.g. if its in days, years, months, or a
smaller, more continuous scale such as seconds, minutes, etc).
A "combined" record of the rhythm
class that has validated event
and time properties.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.