plot.track {bcpa}R Documentation

Plot Track

Description

Default method for plotting tracks

Usage

## S3 method for class 'track'
plot(x, pch = 19, col = rgb(0, 0, 0, 0.2), ...)

Arguments

x

object of class "track" to plot

pch

default point style: filled circle

col

default color: transparent grey

...

other arguments to pass to plot

Examples

data(Simp)
is(Simp)
plot(Simp)

[Package bcpa version 1.3.2 Index]