gpt4 book ai didi

r - 在ggplot2中切断密度图

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

我用

frame <- read.table(paste('data', fname, sep="/"), sep=",", header=TRUE)
colnames(frame) <- c("pos", "word.length")
plot <- ggplot(frame, aes(x=pos, y=word.length)) + xlim(0,20) + ylim(0,20) + geom_density2d() + stat_density2d(aes(color=..level..))
png(paste("graphs/", fname, ".png", sep=""), width=600, height=600)
print(plot)
dev.off()

创建情节,但他们被切断。我该如何解决?

http://ompldr.org/vZTN0eQ

我用来创建这个图的数据: http://sprunge.us/gKiL

最佳答案

根据 ggplot2 书,您使用 scale_x_continuous(limits=c(1,20))而不是 xlim(1,20)为了那个原因。

关于r - 在ggplot2中切断密度图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10901117/

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