gpt4 book ai didi

r - 改变 stat_binhex 中的计数范围

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

我想扩大 stat_binhex 中的计数范围。网站上列出的玩具示例,http://docs.ggplot2.org/0.9.3.1/stat_binhex.html ,在图例字段中有一个计数范围,我想扩展它。换句话说,我想让计数范围更细。

最佳答案

至于 bins 填充用于更改颜色,您可以使用 scale_fill_continuous()设置 breaks=在你需要的位置。

ggplot(diamonds, aes(carat, price)) + stat_binhex() + 
scale_fill_continuous(breaks=seq(0,6000,500))

enter image description here

关于r - 改变 stat_binhex 中的计数范围,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16718207/

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