Description Usage Arguments Author(s)
Define the ternary continuous position scales (T, L & R).
1 2 3 4 5 6 7 8 | scale_T_continuous(name = waiver(), limits = NULL, breaks = waiver(),
minor_breaks = waiver(), labels = waiver(), ...)
scale_L_continuous(name = waiver(), limits = NULL, breaks = waiver(),
minor_breaks = waiver(), labels = waiver(), ...)
scale_R_continuous(name = waiver(), limits = NULL, breaks = waiver(),
minor_breaks = waiver(), labels = waiver(), ...)
|
name |
The name of the scale. Used as the axis or legend title. If
|
limits |
One of:
|
breaks |
One of:
|
minor_breaks |
One of:
|
labels |
One of:
|
... |
not used |
Nicholas Hamilton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.