Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

bcpa (version 1.3.2)

plot.track: Plot Track

Description

Default method for plotting tracks

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(Simp)
is(Simp)
plot(Simp)
# }

Run the code above in your browser using DataLab