plot.Metre: Plot a Metre S3 object

View source: R/plot_diagnostics.R

plot.MetreR Documentation

Plot a Metre S3 object

Description

Plot a Metre S3 object

Usage

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

Arguments

x

S3 object.

...

ignored.

Value

a plot object with metre.

Examples

r <- get_sample_recording()
m <- get_metre_data(r)
plot(m)

movementsync documentation built on Aug. 8, 2025, 6:11 p.m.