View source: R/plot_arrange_by_condition_func.R
plot_arrange_by_condition_func | R Documentation |
This helper function make multiples plot base on the treatments provided, eg. Fab, cAMP and not by the parameter analyzed or your variable of interest.
plot_arrange_by_condition_func( dataframe, var, my_conditions, type_of_plot = "superplot", ... )
dataframe |
A dataframe object. The dataset for analysis, eg wave kinetics or wave occurrence df. |
var |
Character vector. List of variable(s) you want to plot. |
my_conditions |
Character vector. List of conditions you want to plot, eg. |
type_of_plot |
"Character. What kind of plot would you like to make? Options are 1. A regular boxplot using: |
... |
Additional parameters passed to the type of plot. |
a list of multiples ggplot objects.
# the example is still missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.