detect_mixture_version_overlap | 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 is any overlap.
detect_mixture_version_overlap(is_mixture, one_version, overlap)
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). |
overlap |
A logical value indicating whether there is any overlapping variables in the 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.