# NOT RUN {
data(sicalis)
bysic <- gsub("^ind[0-9].",'', names(sicalis)[-1])
aggplot(sicalis, bysic)
aggplot(sicalis, bysic, FUN.error=function(x) quantile(x, c(0.0275,0.975)))
aggplot(sicalis, bysic, shade = spec2rgb(sicalis), lcol = 1)
aggplot(sicalis, bysic, lcol = 1, FUN.error = function(x) sd(x)/sqrt(length(x)))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab