Description Usage Arguments Examples
This function allows you to plot weather data across a single cropping season (Aug - July).
1  | weather_plot(x, y, yaxis1, yaxis2, ...)
 | 
x | 
 rainfall data  | 
y | 
 temperature or spore release data  | 
yaxis1 | 
 limits for side 2 y axis  | 
yaxis2 | 
 limits for side 4 y axis  | 
... | 
 arguments to be passed to/from other methods (see barplot)  | 
1  | weather_plot(mydata$Rainfall, mydata$Temperature, yaxis1 = c(0,40), yaxis2 = c(-20,40))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.