Skip to contents

Creates a visualization of movement data stored in an aniframe. Returns a patchwork object that can be combined with additional plots.

Usage

# S3 method for class 'aniframe'
plot(x, ..., mode = c("light", "dark"))

Arguments

x

An aniframe object.

...

Additional arguments passed to underlying plot functions.

mode

Either "light" (default) or "dark"; passed to plot_trajectory().

Value

A patchwork object.