aesthetics | R Documentation |
Manages the shape, color and line type of the graphics according to their content
aesthetics(
sim,
obs = NULL,
type = c("dynamic", "scatter"),
overlap = NULL,
several_sit = FALSE,
shape_sit = c("none", "txt", "symbol", "group"),
one_version = TRUE,
iVersion = 1,
dot_args = NULL
)
sim |
A simulation list of data.frames |
obs |
An observation list of data.frames |
type |
The type of plot required, either "dynamic" or "scatter" |
overlap |
A list of lists containing the variables to represent on the
same graph when |
several_sit |
Boolean. Must be equal to |
shape_sit |
Shape to differentiate between situations when
|
one_version |
Boolean. Must be |
iVersion |
Integer. Version number of sim |
dot_args |
List of dot arguments given to plot function |
The shape_sit
argument can be:
"none" (the default): Same shape for all situations.
"txt": Writes the name of the situation above each point.
"symbol": One shape for each situation.
"group": One shape for each group of situations described in
situation_group
.
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.