View source: R/aesthetics_dynamic.R
aesthetics_dynamic | R Documentation |
Manages the shape, color and line type of the graphics according to their content
aesthetics_dynamic(
sim,
aesthetics = template_aesthetics(),
overlap = NULL,
one_version = TRUE,
iVersion = 1,
dot_args = NULL,
is_mixture = FALSE
)
sim |
A simulation list of data.frames |
aesthetics |
Template aesthetics list |
overlap |
A list of lists containing the variables to represent on the
same graph when |
one_version |
Boolean. Must be |
iVersion |
Integer. Version number of sim |
dot_args |
List of dot arguments given to plot function |
is_mixture |
Boolean indicating whether the crop is a mixture or not |
An aesthetics expression which will allow to manage the aesthetics of the graphics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.