ggplot with three variables would like to add a fourth variable, as a point shape, which is a factor 这是我的代码:
Build & Deploy > Continuous Deployment > Build hooks > Add build hook
第1和第2维度与土壤pH值是连续的。
Settings > Webhooks > Add webhook
是一个两级因素。
这是我收到的错误代码:
ggplot(data, aes(x = Dim.1, y=Dim.2, color= soilph, shape= imputedsoil))
您能提供的任何帮助将不胜感激,我无法在线找到关于四变量“ ggplot”的任何建议,其中“ extra ”变量之一是一个因素,而一个变量是连续的。
这是我使用dput函数创建的数据的一小部分样本:
imputed