plot_bathymetry: Draw depth bathymetry contours for a given lake

Description Usage Arguments Value

View source: R/plot_bathymetry.R

Description

Draw depth bathymetry contours for a given lake

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plot_bathymetry(
  lake,
  max_levels_ft = data.frame(lake = c("Pleasant", "Long", "Plainfield"), max_ft =
    c(984, 1105, 1106), max_level = c(983.5, 1105.1, 1104.7)),
  fill = list(Pleasant = list(limits = c(-5, 25), breaks = c(20, 15, 10, 5, 0, -5),
    labels = c("20", "15", "10", "5", "0", "+5")), Long = list(limits = c(-7.5, 7.5),
    breaks = c(6, 3, 0, -3, -6), labels = c("6", "3", "0", "+3", "+6")), Plainfield =
    list(limits = c(-8.5, 8.5), breaks = c(8, 4, 0, -4, -8), labels = c("8", "4", "0",
    "+4", "+8"))),
  lakes = c("Pleasant", "Long", "Plainfield"),
  text_size = 10
)

Arguments

lake

name of lake to analyze, e.g., "Long"

max_levels_ft

maximum observed lake levels and max contour lake levels at each lake.

fill

breaks, limits, and labels for fill colors at each lake

lakes

vector will all lake names

text_size

size of text on plot

Value

plot_obj, a plot with the depth contours of the lake.


WDNR-Water-Use/CSLSlevels documentation built on Nov. 21, 2020, 9:13 a.m.