plot.View {movementsync} | R Documentation |
Plot a View S3 object
Description
Plot a View S3 object
Usage
## S3 method for class 'View'
plot(x, columns = NULL, maxpts = 1000, ...)
Arguments
x |
S3 object |
columns |
names of columns |
maxpts |
maximum number of points to plot. |
... |
passed to |
Value
a plot object.
Examples
r <- get_sample_recording()
v <- get_raw_view(r, "Central", "", "Sitar")
plot(v, columns = "LEar_x")
[Package movementsync version 0.1.4 Index]