rowpanel | R Documentation |
Objects may also be coerced with as.panel()
rowpanel(
col = NULL,
prefix = "",
skip = ".panel.skip.",
prefix_name = FALSE,
prefix_skip = NULL,
duplicates_ok = FALSE,
bold = TRUE,
it = FALSE,
hline = TRUE,
jut = 0,
nopagebreak = TRUE
)
is.rowpanel(x)
col |
name of column to be used for creating panels |
prefix |
to be added to each panel title |
skip |
regular expression for panels to skip |
prefix_name |
|
prefix_skip |
a regular expression for identifying panel titles where the prefix won't be applied |
duplicates_ok |
if |
bold |
render panel title in bold font face |
it |
render panel title in italic font face |
hline |
logical indicating whether or not to draw an |
jut |
amount (in TeX |
nopagebreak |
if |
x |
an object to test |
as.panel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.