facet_separate_layout: layout separately

View source: R/facet_layout.R

facet_separate_layoutR Documentation

layout separately

Description

layout separately

Usage

facet_separate_layout(
  plots,
  subtitles,
  title = "",
  xlabel = "",
  ylabel = "",
  sep = "*",
  maxCharInOneRow = 10,
  ...
)

Arguments

plots

A list of loon plots

subtitles

The subtitles of the layout. It is a list and the length is equal to the number of by variables. Each element in a list is the unique values of such by variable.

title

The title of the widget

xlabel

The xlabel of the widget

ylabel

The ylabel of the widget

sep

The character string to separate or combine a vector

maxCharInOneRow

deprecated

...

named arguments to modify plot states. See l_info_states of any instantiated l_plot for examples of names and values.


loon documentation built on July 9, 2023, 5:48 p.m.