detect_mixture_version_situations: Detect items cases

View source: R/aesthetics.R

detect_mixture_version_situationsR Documentation

Detect items cases

Description

This function detects the cases for computing the aesthetics of a plot based on whether it is a mixture or not, whether it has one or multiple versions, and whether there are one or several situations to plot into the same plot.

Usage

detect_mixture_version_situations(is_mixture, one_version, several_sit)

Arguments

is_mixture

A logical value indicating whether the crop is a mixture or not.

one_version

A logical value indicating whether the plot has one or multiple versions (e.g. of the model).

several_sit

A logical value indicating whether there are one or several situations to plot.

Value

A character string indicating the case for computing the aesthetics of the plot.


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