Learn R Programming

ggtern (version 1.0.1.3)

scale_L_continuous: Ternary Continuous Scales

Description

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

Usage

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())

Arguments

breaks
the major breaks
minor_breaks
the minor breaks
labels
the major labels
limits
the range of the scale
name
the name of the scale