Description Usage Arguments Details Author(s)
View source: R/plotPrecipitationStripes.R
Plot the deviation of cumulative precipitation of a year
1 2 3 4 5 6 7  | plotPrecipitationStripes(
  df,
  startyear.mean,
  endyear.mean,
  style = "continuous",
  station.name = NULL
)
 | 
df | 
 A data frame  | 
startyear.mean | 
 A number  | 
endyear.mean | 
 A number  | 
style | 
 A character  | 
station.name | 
 a character  | 
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.
Kai Budde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.