PlotTraj: Plot Trajectory

Description Usage Arguments Details Author(s) See Also Examples

Description

The function PlotTraj is designed to plot HySplit trajectories calculated by the function ProcTraj.

Usage

1
  PlotTraj(traj, ...)

Arguments

traj

SpatialLines or SpatialLinesDataFrame calculated by the functions Df2SpLines and Df2SpLinesDf respectively.

...

Further arguments to be passed to the generic function plot.

Details

This function calls the function PlotBgMap to plot the background map behind the trajectories.

Author(s)

Thalles Santos Silva

See Also

Df2SpLines, Df2SpLinesDf, ProcTraj.

Examples

1
2
3
  crs <- "+proj=longlat +datum=NAD83 +no_defs +ellps=GRS80 +towgs84=0,0,0"
  air.traj.lines <- Df2SpLines(air.traj, crs)
  PlotTraj(air.traj.lines)

opentraj documentation built on May 1, 2019, 8:47 p.m.