scale_L_continuous
creates a continuous scale for
the left species in the ternary diagram scale_T_continuous
creates a continuous scale for
the top species in the ternary diagram
scale_R_continuous
creates a continuous scale for
the right species in the ternary diagram
scale_L_continuous(name = NULL,
breaks = pretty(c(0, 1), n = 10),
minor_breaks = pretty(c(0, 1), n = 20),
labels = 100 * breaks, limits = waiver()) scale_T_continuous(name = NULL,
breaks = pretty(c(0, 1), n = 10),
minor_breaks = pretty(c(0, 1), n = 20),
labels = 100 * breaks, limits = waiver())
scale_R_continuous(name = NULL,
breaks = pretty(c(0, 1), n = 10),
minor_breaks = pretty(c(0, 1), n = 20),
labels = 100 * breaks, limits = waiver())