make_all_plots: make_all_plots

Description Usage Arguments Value

View source: R/plateview_plot.R

Description

Make a plateview plot for a every variable in a provided list.

Usage

1
make_all_plots(plate_data, plot_these)

Arguments

plate_data

the layout tibble from which the plots will be made

plot_these

a list of column names in plate_data–a plateview plot will be made for each element in this list.

Value

A list, containing (1) "individual_plots", which has each individual variable plotted, stored as a sub-itme under the name of the variable it contains. (2) "all_plots_fig", a ggpubr object containing all of the plotted variables in a single figure, useful for simple batch download. (3) save_width: the recommended widith to save the ggpubr object, set to 12. (4) save_height: the recommended height to save the all_plots_fig, calculated to depend on the number of plots that this figure contains.


taiawu/echowritr documentation built on Dec. 23, 2021, 7:42 a.m.