View source: R/transitionPlot_helpers.R
prTpPlotBox | R Documentation |
Plots the box for the transition plot
prTpPlotBox(
bx,
bx_txt,
fill,
txt_clr,
txt_gpar = NULL,
cex,
line_col,
lwd,
prop = NA
)
bx |
A list with the x, y, height and width parameters |
bx_txt |
The box text |
fill |
The fill color |
txt_clr |
The text color |
txt_gpar |
The [grid::gpar()] object that is overridden with col & cex by other parameters |
cex |
The font size |
line_col |
The line color around the box |
lwd |
The line width |
prop |
Provide a proportion if the box should be split (0-1) |
void
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.