require(wux)
data(cmip3_2050)
str(cmip3_2050)
summary(cmip3_2050)
plot(cmip3_2050, "perc.delta.precipitation_amount",
"delta.air_temperature", subreg.subset = "CORDEX.Africa",
boxplots = TRUE, xlim = c(-10,10), label.only.these.models = "",
ylim = c(0, 3), 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