multi_plot_list_func: Multiple Plots

View source: R/multi_plot_list_func.R

multi_plot_list_funcR Documentation

Multiple Plots

Description

Plots multiples variables (eg. scatter plots) from a dataframe and a plotting function.

Usage

multi_plot_list_func(my_dataset, yaxe_vars, my_plot_fun, ...)

Arguments

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.

Value

A list of multiples ggplot objects.

Examples

# The example is still missing...



rjlopez2/AnlysisOfWaves documentation built on Sept. 15, 2022, 2:25 p.m.