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.

data(endeavour, package="ocedata")

Examples

data(endeavour, package="ocedata")
if (FALSE) {
library(oce)
data(coastlineWorld, package="oce")
mapPlot(coastlineWorld, col="tan")
mapPoints(endeavour$longitude, endeavour$latitude, pch=20, cex=2/3, col=2)
}