View source: R/plot_diagnostics.R
plot.View | R Documentation |
Plot a View S3 object
## S3 method for class 'View'
plot(x, columns = NULL, maxpts = 1000, ...)
x |
S3 object |
columns |
names of columns |
maxpts |
maximum number of points to plot. |
... |
passed to plot.zoo |
a plot object.
r <- get_sample_recording()
v <- get_raw_view(r, "Central", "", "Sitar")
plot(v, columns = "LEar_x")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.