require(wux)
data(cmip3_2100)
str(cmip3_2100)
summary(cmip3_2100)
plot(cmip3_2100, "perc.delta.precipitation_amount",
"delta.air_temperature", subreg.subset = "CORDEX.Africa",
boxplots = TRUE, xlim = c(-20,20), label.only.these.models = "",
ylim = c(0,5), xlab = "Precipitation Amount [%]",
ylab = "2-m Air Temperature [K]", draw.legend = FALSE,
draw.median.lines = FALSE,
main = "CMIP3 2-m Air Temp. and Precip. Amount")
Run the code above in your browser using DataLab