它看起来像是ggtern还没有与新版本的ggplot2同步。因此我们不能使用ggtern。library(ggtern)plot <- ggtern(data = data.frame(x = runif(100),= "none", alpha = "none") Error: geom_point requires the following missing aesthetics: x and y 除了R中的ggtern
我正在使用ggtern以一种三级绘图的形式绘制大型数据集(见下面的示例)。直到一个特定的数据大小,一切都是完美的,因为我使用的是geom_density_tern()。我想知道在ggtern中是否有可能做到这一点?require(ggtern)
x = runif(100, min = 0.25y = runif(100,