grid_arrange_shared_legend: grid_arrange_shared_legend

Description Usage Arguments Value Source

View source: R/dependanciesCSS.R

Description

Combined ggplots with a common legend

Usage

1
2
3
4
5
6
grid_arrange_shared_legend(
  ...,
  nrow = 1,
  ncol = length(list(...)),
  position = c("bottom", "right")
)

Arguments

...

ggplot objects can be passed in ...

nrow

ggplot parameter

ncol

ggplot parameter

position

legend position ("bottom", "right","top","left")

Value

ggplots

Source

http://stackoverflow.com/questions/13649473/add-a-common-legend-for-combined-ggplots


Rosalien/toolboxApps documentation built on Oct. 30, 2020, 7:07 a.m.