layout separately
facet_separate_layout(
plots,
subtitles,
title = "",
xlabel = "",
ylabel = "",
sep = "*",
maxCharInOneRow = 10,
...
)
A list of loon
plots
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.
The title of the widget
The xlabel of the widget
The ylabel of the widget
The character string to separate or combine a vector
deprecated
named arguments to modify plot states.
See l_info_states
of any instantiated l_plot for examples of names and values.