gardenstate: Province polygons with inland waters as holes.

gardenstateR Documentation

Province polygons with inland waters as holes.

Description

A data frame of coordinates and geometry classifiers of the garden state, South Australia.

Format

gardenstate is the geometry, a data frame with columns:

x,y

x and y coordinate

id

Key attribute for the objects

piece,part

Group attribute, unique values identify a closed ring, part is the part 'id' within an object

hole

Logical, FALSE for "island" vs. "hole"

order

Numeric value to identify sort order within branch

Details

The PROJ.4 string for this map is:

+proj=lcc +lat_1=-47 +lat_2=-17 +lat_0=-32 +lon_0=136 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs

Examples

gs <- ggplot(gardenstate)
gs <- gs + aes(x = x, y = y, group = group, fill = id)
gs +  geom_polypath() + geom_path()


ggpolypath documentation built on Sept. 25, 2023, 9:06 a.m.