Description Usage Arguments Methods
This function provides an extendible scheme for scales for a single layer.
If some features are to be added, it is often sensible to callNextMethod()
and then add these features.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | fxe_layer_scale(fx_geom, aes_name, ...)
## S4 method for signature 'fxGeom,AesName'
fxe_layer_scale(fx_geom, aes_name, data,
fxGeom_title = NULL, name = "", ...)
## S4 method for signature 'fxGeomContinuous,AesName'
fxe_layer_scale(fx_geom, aes_name,
data, fxGeom_breaks = NULL, fxGeom_minor_breaks = NULL,
fxGeom_labels = NULL, fxGeom_expand.add = NULL,
fxGeom_expand.mult = NULL, fxGeom_na.value = NULL,
fxGeom_trans = "identity", fxGeom_limits = NULL,
fxGeom_pal.x_y = NULL, fxGeom_pal.alpha = NULL,
fxGeom_pal.colour_fill = NULL, fxGeom_pal.size = NULL, ...)
## S4 method for signature 'fxGeomDiscrete,AesName'
fxe_layer_scale(fx_geom, aes_name, data,
fxGeom_breaks = NULL, fxGeom_limits = NULL, fxGeom_drop = NULL,
fxGeom_na.translate = NULL, fxGeom_labels = NULL,
fxGeom_expand.add = NULL, fxGeom_expand.mult = NULL,
fxGeom_pal.x_y = NULL, fxGeom_pal.colour_fill = NULL,
fxGeom_pal.shape = NULL, ...)
|
fx_geom |
An S4 class argument which inherits from fxGeom. |
aes_name |
An S4 class argument which inherits from AesName. |
fxGeom_title |
|
fx_geom = fxGeom(), aes_name = AesName()
: Adds labels and limits
fx_geom = fxGeom("Continuous"), aes_name = AesName("")
fx_geom = fxGeom("Discrete"), aes_name = AesName("")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.