Learn R Programming

movementsync (version 0.1.5)

plot.View: Plot a View S3 object

Description

Plot a View S3 object

Usage

# S3 method for View
plot(x, columns = NULL, maxpts = 1000, ...)

Value

a plot object.

Arguments

x

S3 object

columns

names of columns

maxpts

maximum number of points to plot.

...

passed to plot.zoo

Examples

Run this code
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