nplst_reorder_grid: Reorders a nested list of ggplots

Description Usage Arguments Value

View source: R/common_plots.R

Description

Reorders a nested list of ggplots to ncol columns prior to calling grid.arrange() Note: p_list is a list of lists of ggplots. p_list = list(p_list1, p_list2,...)

Usage

1

Arguments

p_list

A list of lists of ggplots

ncol

Target number of columns, integer value

Value

A reordered and flattened version of input list as a list of ggplot2 objects


cocoreg documentation built on May 2, 2019, 6:48 a.m.