time_trend_single: Time trend plot, with linear or lowess trend, for single...

Description Usage Arguments Value Author(s) Examples

View source: R/time-trend-plot.R

Description

Time trend plot, with linear or lowess trend, for single location

Usage

1

Arguments

d

data frame in wide format (see make_wide)

lowess

if TRUE, add lowess curve; if FALSE, add linear trend (defaults to TRUE)

loc

character string that identifies location

Value

ggplot time trend plot for specified location

Author(s)

Ken Butler, butler@utsc.utoronto.ca

Examples

1
2
time_trend_single(nine_points, loc=6) # with lowess
time_trend_single(nine_points, lowess=FALSE, loc=6) # with line

nxskok/seaiceR documentation built on Nov. 4, 2019, 10:12 p.m.