gpt4 book ai didi

r - 如何绘制按因子分组的数据,但不是作为箱线图

转载 作者:行者123 更新时间:2023-12-04 00:09:22 24 4
gpt4 key购买 nike

在 R 中,给定一个向量

casp6 <- c(0.9478638, 0.7477657, 0.9742675, 0.9008372, 0.4873001, 0.5097587, 0.6476510, 0.4552577, 0.5578296, 0.5728478, 0.1927945, 0.2624068, 0.2732615)

和一个因素:
trans.factor <- factor (rep (c("t0", "t12", "t24", "t72"), c(4,3,3,3)))

我想创建一个图,其中数据点按因子定义进行分组。所以类别应该在 x 轴上,同一类别中的值应该具有相同的 x 坐标。

简单做 plot(trans.factor, casp6)几乎可以做我想要的,它会生成一个箱线图,但我想查看各个数据点。

最佳答案

require(ggplot2)
qplot(trans.factor, casp6)

关于r - 如何绘制按因子分组的数据,但不是作为箱线图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2568234/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com