gpt4 book ai didi

r - stat_contour binwidth 奇数

转载 作者:行者123 更新时间:2023-12-04 18:09:55 27 4
gpt4 key购买 nike

我有一些数据要在多面水平图(等高线)中显示,并且非常惊讶地在其中一个数据基本恒定的面板中看到奇怪的嘈杂等高线。我将整个图层(所有面板)的 binwidth 设置为 1,并且此面板的数据子集在 1 +/- 1e-10 范围内,因此我希望在那里看不到等高线。经过多次子集化后,这里是一个显示轮廓线的数据示例,我不希望/不希望看到它。

b = data.frame(energy = rep(c(1,2),5), 
R = rep(c(1-1e-10, 1), each=5),
N = c(55, 55, 65, 65, 75, 75, 85, 85, 95, 95))

ggplot(b)+
geom_line(aes(energy, N, z=R), binwidth=1,
alpha=0.5, stat="contour")

鉴于 binwidth >> range(b$R),为什么 ggplot2 应该在数据恒定的区域显示等高线?

enter image description here

请注意,binwidth=2 会返回一个空白面板和一条警告消息,

Warning message:
Not possible to generate contour data

这非常好,而且应该在更低的 binwidth 下发生。

最佳答案

由于没有收到回复,我将此问题发布为 bug report .

关于r - stat_contour binwidth 奇数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16863647/

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