annotate_coastline: Annotate coastline

Description Usage Arguments Examples

Description

Used in a ggplot2 call to add Sydney or Melbourne's

Usage

1
2
annotate_coastline(city = c("Melbourne", "Sydney", "Brisbane"),
  coastline.color = theGrey)

Arguments

city

Which city is to be annotated with its coastline?

coastline.color

Colour of the path.

Examples

1
2
3
4
5
6
## Not run: 
ggplot(...) + 
  geom_polygon() +
  annotate_coastline("Sydney")

## End(Not run)

HughParsonage/grattanCharts documentation built on May 8, 2019, 10:52 a.m.