| fp_align_where | R Documentation |
Apply alignment to selected cells in a gforge_forestplot object.
This is intended for pipe-first workflows where styling is applied after
building the plot object.
fp_align_where(x, align, rows = NULL, cols = NULL, where = NULL)
x |
A |
align |
One of "l", "c", or "r". |
rows |
Optional row selector ( |
cols |
Optional column selector ( |
where |
Optional row predicate supplied as a function or one-sided formula,
e.g. |
A modified gforge_forestplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.