Learn R Programming

movementsync (version 0.1.5)

plot.Metre: Plot a Metre S3 object

Description

Plot a Metre S3 object

Usage

# S3 method for Metre
plot(x, ...)

Value

a plot object with metre.

Arguments

x

S3 object.

...

ignored.

Examples

Run this code
r <- get_sample_recording()
m <- get_metre_data(r)
plot(m)

Run the code above in your browser using DataLab