arrange_grid: arrange a list of ggplot objects into a grid in a single...

View source: R/plotting.R

arrange_gridR Documentation

arrange a list of ggplot objects into a grid in a single ggplot object

Description

arrange a list of ggplot objects into a grid in a single ggplot object

Usage

arrange_grid(g_list, ncol)

Arguments

g_list

list of ggplot objects

ncol

if ncol = 0, this function returns the original g_list. if ncol > 0, arrange g_list into ncol columns in a single ggplot object.

Value

either a single ggplot object or a list of ggplot objects


ada-w-yan/deltaomicron1 documentation built on June 24, 2022, 5:41 a.m.