【发布时间】:2016-10-11 00:39:13
【问题描述】:
我在一张图中有 100 多个箱线图,很难阅读。我想把它分成 3 到 5 个图,这样人们就很容易看到每个箱线图。
boxplot(Flanker$TrialSlide_RT ~ Flanker$Subject, main="Boxplot", ylab="Reaction time", xlab="Number of participants", ylim=c(0,1000), las=1)
【问题讨论】:
-
请提供一个独立的最小可重现示例。没有人可以运行您的代码。见minimal reproducible example。
标签: r data-visualization boxplot