aesthetics_dynamic: Manages the aesthetics of the graphics for dynamic plots

View source: R/aesthetics_dynamic.R

aesthetics_dynamicR Documentation

Manages the aesthetics of the graphics for dynamic plots

Description

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

Usage

aesthetics_dynamic(
  sim,
  aesthetics = template_aesthetics(),
  overlap = NULL,
  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"

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.