plot_roads: Plot the roads of the synthetic ecosystem

Description Usage Arguments Value

View source: R/summarize_spew.R

Description

Plot the roads of the synthetic ecosystem

Usage

1
2
3
plot_roads(roads, g = NULL, color_list = list(bds = "white", interior =
  "gray60", roads = "gray10", agents = "darkorchid3", envs = c("#E69F00",
  "#56B4E9", "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7")))

Arguments

roads

a fortified shapefile object of the roads, ready for plotting in ggplot.

g

a ggplot. Default is NULL.

color_list

optional list of colors to provide to the synthetic ecosystem. This must be a list with the following components, "bds", "interior", "roads", "agents", "envs" where each entry in the list is a color or vector of colors

Value

a ggplot of the region


leerichardson/spew documentation built on May 21, 2019, 1:39 a.m.