Learn R Programming

trajectories (version 0.2-9)

plot.gTrack: Methods for class "gTrack"

Description

plot method

Usage

# S3 method for gTrack
plot(x, type = "l", col = "grey70",cex=1,line=2.2, ...)

Arguments

x

an object of class "gTrack"

type

line type

col

line color

cex

used for size of legend

line

specifying a value for line overrides the default placement of labels, and places them this many lines outwards from the plot edge

...

passed on to plot

Author

Mohammad Mehdi Moradi <moradi@uji.es>