Description Usage Arguments Details Examples
AesName is a very small class that allows for flexible inheritance of
fxext_<>-functions (e. g. fx_ext_layer_single()). Whereas any name may be
used, the available subclasses are:
x
y
alpha
colour
fill
group
shape
size
stroke
geom
facet (this is, of course not an actual aesthetics but it has tasks that are similar enough)
1 | AesName(aes)
|
aes |
The aes. If a subclass "<aes>AesName" exists, this will be instantiated. |
If other aesthetics are supplied, most methods default to a neutral
element, e. g. identity in the case of fx_ggplot(). You can build
AesName by calling the function and you can set its subclasses by
new("<subclass>AesName", ...). This is, however, not recommended. It is
better to use the aes argument in AesName(), as it defaults to generating
AesName if the aes is unknown.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.