plotPrecipitationStripes: plotPrecipitationStripes

Description Usage Arguments Details Author(s)

View source: R/plotPrecipitationStripes.R

Description

Plot the deviation of cumulative precipitation of a year

Usage

1
2
3
4
5
6
7
plotPrecipitationStripes(
  df,
  startyear.mean,
  endyear.mean,
  style = "continuous",
  station.name = NULL
)

Arguments

df

A data frame

startyear.mean

A number

endyear.mean

A number

style

A character

station.name

a character

Details

This function takes a data frame with daily precipitation (in mm) for a given station, calculates annual sum and the deviation from a reference period and plots the deviations as color coded bars.

Author(s)

Kai Budde


buddekai/WarmingStripes documentation built on Jan. 3, 2022, 8:19 p.m.