ggpolypath (version 0.1.0)

dathome: Simple polygon data

Description

A "home" profile of three objects with multiple parts as two related data frames.

Arguments

Format

dathome is the metadata, a data frame with columns:

name

A descriptive name

colour

A colour to distinguish each object

FAD

An arbitrary numeric value

object_

Key attribute, linking this object to its geometry in maphome

Details

maphome is the geometry

Examples

Run this code
ggplot(maphome) + aes(x = x_, y = y_, group = branch_, fill = object_) +
geom_polypath() + facet_wrap(~object_, nrow = nrow(dathome))


Run the code above in your browser using DataCamp Workspace