endeavour {ocedata} | R Documentation |
Cook's Endeavour cruise track
Description
Time, longitude, and latitude for the H.M.S. Endeavour cruise, 1768-1771. The data were extracted from an XML file contained within a zipfile provided at Reference 1, last checked March 13, 2022.
Usage
data(endeavour, package="ocedata")
References
Examples
data(endeavour, package="ocedata")
## Not run:
library(oce)
data(coastlineWorld, package="oce")
mapPlot(coastlineWorld, col="tan")
mapPoints(endeavour$longitude, endeavour$latitude, pch=20, cex=2/3, col=2)
## End(Not run)
[Package ocedata version 0.2.2 Index]