使用该scale_color_gradientn()函数,我可以在线上应用颜色渐变。我想使用绿色表示 0 到 1.5 之间的值,黑色表示 1.5-2.5 之间的值,红色表示 2.5 及以上,但我似乎无法掌握该rescale()功能。在示例中,颜色在 y 值 4 处停止。如何以所需的方式应用颜色渐变?
ggplot2 是 R 语言绘图一个重要特性和优势。通过 ggplot2,只需少量的代码,就可以绘制出高质量的图形...
因为您使用marmap下载测深数据,所以最好使用marmap来绘制这些数据。如果您想使用ggplot2,可以使用一些...
So I'm guessing this has something to do with thescale_color_gradientn()function being called when the plotting takes place, rather than within the loop. If anyone can help with this, it'd be much appreciated. In base R I would bin the continuous data and assigning ...