weather_plot: Weather plot

Description Usage Arguments Examples

Description

This function allows you to plot weather data across a single cropping season (Aug - July).

Usage

1
weather_plot(x, y, yaxis1, yaxis2, ...)

Arguments

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)

Examples

1
weather_plot(mydata$Rainfall, mydata$Temperature, yaxis1 = c(0,40), yaxis2 = c(-20,40))

swelbo/Weph documentation built on May 30, 2019, 9:38 p.m.