Learn R Programming

ocedata (version 0.1.6)

endeavour: Cook's Endeavour cruise track

Description

Time, longitude, and latitude for the H.M.S. Endeavour cruise, 1768-1771

Usage

data(endeavour)

Arguments

Examples

Run this code
# NOT RUN {
library(oce)
data(coastlineWorld)
data(endeavour, package="ocedata")
mapPlot(coastlineWorld, type='l', proj='+proj=moll', fill='lightgray')
mapPoints(endeavour$longitude, endeavour$latitude, pch=20, cex=2/3, col='red')
# }

Run the code above in your browser using DataLab