scale_X_continuous | R Documentation |
Define the ternary continuous position scales (T, L & R).
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.