gg_kfs: 'ggplot()' of the Kitimat Fjord System

View source: R/gg_kfs.R

gg_kfsR Documentation

'ggplot()' of the Kitimat Fjord System

Description

'ggplot()' of the Kitimat Fjord System

Usage

gg_kfs(
  lat_range = c(52.8, 53.55),
  lon_range = c(-129.68, -128.85),
  land_fill = "darkslategrey",
  land_line = "grey30",
  land_stroke = 0.25,
  land_alpha = 0.2,
  water_fill = "lightblue",
  water_alpha = 0.1
)

Arguments

lat_range

Two-element vector of latitudinal range

land_fill

Land fill color

land_line

Land border color

land_stroke

Land border thickness

land_alpha

Land fill alpha

water_fill

Water fill color

water_alpha

Water fill alpha

long_range

Two-element vector of longitudinal range

Value

Returns a 'ggplot()' map object.


ericmkeen/bangarang documentation built on Feb. 10, 2024, 2:58 p.m.