plot_rannoch: Plot Loch Rannoch

Description Usage Arguments Value Examples

View source: R/plot.R

Description

Returns a ggplot2 object of a map of Loch Rannoch.

Usage

1
plot_rannoch(rannoch)

Arguments

rannoch

A data frame of the rannoch polygons with columns Easting and Northing in km.

Value

A ggplot2 object.

Examples

1
2
3
rannoch <- ggplot2::fortify(ranmrdata::rannoch)
rannoch <- dplyr::mutate(rannoch, Easting = long / 1000, Northing = lat / 1000)
plot_rannoch(rannoch)

joethorley/ranmr documentation built on May 5, 2019, 11:09 p.m.