gpt4 book ai didi

r - 在ggplot中设置轴间隔

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

我已经搜索过了,无法相信我找不到它。也许我一直在问一个错误的问题。

我在xlim为$ 2,000,000的直方图中列出了一组数据。我正在尝试为中断设置一个100,000美元的间隔(而不是使用break = c(0, 50000, 100000, etc)手动列出每个中断。如何在ggplot中做到这一点?中断(刻度)比标签更重要,因为我可能会在Illustrator中进行编辑缩写标签(100k等)

p <- ggplot(mcsim, aes(result))
+ scale_x_continuous(formatter = "dollar")
+ geom_histogram(aes(y = (..count..)/sum(..count..))) + scale_y_continuous(formatter = 'percent')

谢谢!

最佳答案

您可以使用breaks=seq(0, 2000000, by=100000)。实际上,您正在使用seq生成您不想手动键入的向量。

关于r - 在ggplot中设置轴间隔,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7562398/

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