ggts_season_w_smooth: Provides Monthly data plot (e.g. Temperature, Precipitation,...

Description Usage Arguments Value Examples

View source: R/ggts_climate.R

Description

Monthly plot will be provided wit loess smooth line (no facetting)

Usage

1
ggts_season_w_smooth(data, time = Year_Month, y = count, season = Month)

Arguments

data

data frame with monthly data (long format)

time

data frame column for values of x axes.

y

data frame column for values of y axes.

season

col aestetic for points and loess smooth

Value

plot object of mode 'plot

Examples

1
2
ggts_season_w_smooth(monthly_climate_basel)  +
  ggplot2::facet_wrap(~Measure, ncol = 1, scales = "free")

WoVollmer/pkgTS documentation built on June 2, 2021, 4:02 a.m.