ggts_year_over_month: Year over Month plot

Description Usage Arguments Value Examples

View source: R/ggts_climate.R

Description

Year over Month plot

Usage

1
ggts_year_over_month(data, time = Month, y = count, period = Period)

Arguments

data

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

time

data frame column for values of x axes.

y

data frame column for values of y axes.

period

group and col aestetic for points and lines

Value

plot object of mode 'plot

Examples

1
2
ggts_year_over_month(monthly_climate_basel %>%
  dplyr::filter(Measure == "Temperature"), period = Year)

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