detect_mixture_version_situations | R Documentation |
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.
detect_mixture_version_situations(is_mixture, one_version, several_sit)
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. |
A character string indicating the case for computing the aesthetics of the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.