require(ggplot2) ggplot(data=d, aes(x=condition, y=value, fill=condition)) + ... This version of the boxplot that adds a marker for the mean is mentioned, ...
確定! 回上一頁