ggm | R Documentation |
ggplot
The ggm()
function is used to plot objects of the egm
class. This
function however is more than just a plotting function - it serves as a
visualization tool and confirmation of patterns, annotations, and underlying
waveforms in the data. The power of this, instead of being a geom_*()
object, is that annotations, intervals, and measurements can be added
incrementally.
ggm(
data,
channels = character(),
time_frame = NULL,
palette = NULL,
mode = "dark",
...
)
data |
Data of the |
channels |
A |
time_frame |
A time range that should be displaced given in the format of a vector with a length of 2. The left value is the start, and right value is the end time. This is given in seconds (decimals may be used). |
palette |
A
|
mode |
A
|
... |
Additional arguments to be passed to the function |
An {ggplot2}
compatible object with the ggm
class, which
contains additional elements about the header and annotations of the
original data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.