Oz: Australian and nearby coastline coordinates

Description Usage Format Examples

Description

The coastline is given as map coordinates with missing values inserted to indicate breaks in the coastline.

Usage

1

Format

A list with two numerical components, each of length 439740:

x

Longitude in decimal degrees, to 4dp.

y

Latitude in decimal degrees, to 4dp.

Examples

1
2
3
4
5
6
if("WWRGraphics" %in% loadedNamespaces()) {
plot(Latitude ~ Longitude, roundTrip, asp = 1, ann = FALSE, bty="n")
lines(Oz, col = alpha("#8B4513", 0.5))
text(Latitude ~ Longitude, roundTrip, Locality, col = "#006400", xpd=NA,
     pos = avoid(Longitude, Latitude), cex=0.7, offset = 0.25, font=2)
} else cat("Attach WWRGraphics package first\n")

BillVenables/WWRData documentation built on Jan. 26, 2021, 10:18 p.m.