NPFBigCoastline: NPFBigCoastline

Description Usage Format Examples

Description

NPFBigCoastline

Usage

1

Format

A data frame with 210736 rows and 4 columns:

x

numeric: ...

y

numeric: ...

Longitude

numeric: ...

Latitude

numeric: ...

Examples

1
2
3
4
5
6
7
if("WWRGraphics" %in% loadedNamespaces()) {
plot(Latitude ~ Longitude, NPFBigCoastline,
     asp = 1, type = "l", col = alpha("dark green", 0.5))
points(Latitude ~ Longitude, roundTrip)
text(Latitude ~ Longitude, roundTrip, Locality,
     pos = avoid(Longitude, Latitude), xpd=NA)
} else cat("Attach WWRGraphics package first\n")

BillVenables/WWRCourse documentation built on Jan. 31, 2021, 4:22 p.m.