
Plot a View S3 object
plot.View.RdPlot a View S3 object
Usage
# S3 method for View
plot(x, columns = NULL, maxpts = 1000, ...)Arguments
- x
- S3 object 
- columns
- names of columns 
- maxpts
- maximum number of points to plot. 
- ...
- passed to - plot.zoo()
Examples
r <- get_sample_recording()
v <- get_raw_view(r, "Central", "", "Sitar")
plot(v, columns = "LEar_x")
