ggts_season: Provides Season (Winter, Spring, Summer, Fall) line and...

Description Usage Arguments Examples

View source: R/ggts_climate.R

Description

Provides Season (Winter, Spring, Summer, Fall) line and smooth plot in one commmon diagram

Usage

1

Arguments

data

data frame with yearly data (long format) with average values for the seasons.

Examples

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

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