tripMap | R Documentation |
Draw a map (from the R
Package maps
) with calculated positions
connected by a line
tripMap(crds, equinox = TRUE, xlim = NULL, ylim = NULL, legend = TRUE, ...)
crds |
a |
equinox |
logical; if |
xlim |
Longitude limits of map. |
ylim |
Latitude limits of map. |
legend |
|
... |
Arguments to be passed to methods, such as graphical parameters (see par). |
Simeon Lisovski
data(hoopoe2)
hoopoe2$tFirst <- as.POSIXct(hoopoe2$tFirst, tz = "GMT")
hoopoe2$tSecond <- as.POSIXct(hoopoe2$tSecond, tz = "GMT")
crds <- coord(hoopoe2, degElevation = -6)
try(tripMap(crds, xlim = c(-20,20), ylim = c(0,60), main="hoopoe2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.