extra space between mean and (x) in several lines around summaries:
|
fun.ymax = function (x) {mean (x) + sd(x, na.rm = TRUE)}, #na.rm = TRUE is not necessary with our dataset, but here to make it compatible if you use it on another dataset that contains NAs |