aesthetics_scatter: Manages the aesthetics of the graphics for scatter plots

View source: R/aesthetics_scatter.R

aesthetics_scatterR Documentation

Manages the aesthetics of the graphics for scatter plots

Description

Manages the shape, color and line type of the graphics according to their content

Usage

aesthetics_scatter(
  sim,
  aesthetics = template_aesthetics(),
  overlap = NULL,
  several_sit = FALSE,
  one_version = TRUE,
  iVersion = 1,
  dot_args = NULL,
  is_mixture = FALSE
)

Arguments

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 type = "dynamic"

several_sit

Boolean. Must be equal to TRUE if sim and obs gather more than one situation and if situations should be differentiated on the graph.

one_version

Boolean. Must be TRUE if several versions will be plotted on the same graph.

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

Value

An aesthetics expression which will allow to manage the aesthetics of the graphics


SticsRPacks/CroPloteR documentation built on April 1, 2024, 9:25 a.m.