[Solved] Creating a ternary plot
I started with library(ggtern) ggtern(df,aes(GRAVEL,SAND,MUD))+geom_point() Adding fill=Root within the aes() function and shape=21 outside would colour in the points according to the value of some other variable, but it only makes most sense to colour the points if you have a separate variable in your data set which could determine the colour — your example … Read more