Description Usage Arguments Examples
Used in a ggplot2 call to add Sydney or Melbourne's
| 1 2 | annotate_coastline(city = c("Melbourne", "Sydney", "Brisbane"),
  coastline.color = theGrey)
 | 
| city | Which city is to be annotated with its coastline? | 
| coastline.color | Colour of the path. | 
| 1 2 3 4 5 6 | ## Not run: 
ggplot(...) + 
  geom_polygon() +
  annotate_coastline("Sydney")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.