plot_iceout: Plot a single iceout dataset (excluding data from...

Description Usage Arguments Value Note Examples

View source: R/vis.R

Description

Plot a single iceout dataset (excluding data from nsidc_icout)

Usage

1
2
3
plot_iceout(dataset = c("usgs", "me", "mn"), state = "Maine",
  body_name = "Auburn", town = NULL, method = "loess", formula = y
  ~ x, ...)

Arguments

dataset

one of "usgs" for the core USGS data, "me" for the Maine state curated data, or "mn" for the Minnesota state curated data.

state

a valid state name for dataset

body_name

a valid inland body of water name for the dataset and state combination.

town

the Maine state curated data includes ponds and pond names are not unique across the state so if specifying "me" for dataset this parameter must be specified.

method, formula, ...

see ggplot2::geom_smooth()

Value

ggplot2 object

Note

This function will not pull data from the nsidc_icout dataset.

Examples

1
2
3
plot_iceout("usgs", "New Hampshire", "First.Conn")
plot_iceout("me", "Maine", "Long Pond", town = "Belgrade")
plot_iceout("mn", "Minnesota", "Minnewaska")

BigelowLab/iceout documentation built on May 26, 2019, 1:34 a.m.