powered by
Plot a boxplot of monthly rainfall with mean monthly evaporation
SILOMonthlyRainfall( SILO, evapcol = "Mwet", filename = NULL, cols = pkg.env$cols )
a ggplot of the monthly rainfall and evaporation.
a list of sites with SILO data, as created by SILOLoad()
name of an evaporation column to plot, defaults to "MWet".
optional, filename to write the plot to, including extension. Filename can include full path or sub folders.
optional, a vector of colours to use for the plotting
if (FALSE) { X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata") p<-SILOMonthlyRainfall(X,"Span",cols=c("black","red","#124734")) }
Run the code above in your browser using DataLab