View source: R/multi_plot_list_func.R
multi_plot_list_func | R Documentation |
Plots multiples variables (eg. scatter plots) from a dataframe and a plotting function.
multi_plot_list_func(my_dataset, yaxe_vars, my_plot_fun, ...)
my_dataset |
A dataframe. |
yaxe_vars |
Character vector of variables names to be plotted. |
my_plot_fun |
Function. A function to be used for generating the plots |
... |
Other parameter to pass. |
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.