Description Usage Format Examples
The coastline is given as map coordinates with missing values inserted to indicate breaks in the coastline.
1 |
A list with two numerical components, each of length 439740:
Longitude in decimal degrees, to 4dp.
Latitude in decimal degrees, to 4dp.
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.