powered by
Plot a View S3 object
# S3 method for View plot(x, columns = NULL, maxpts = 1000, ...)
a plot object.
S3 object
names of columns
maximum number of points to plot.
passed to plot.zoo
r <- get_sample_recording() v <- get_raw_view(r, "Central", "", "Sitar") plot(v, columns = "LEar_x")
Run the code above in your browser using DataLab