bm_lapply | R Documentation |
bm_lapply()
applies a function over a bitmap glyph list
and returns a modified bitmap glyph list.
bm_lapply(X, FUN, ...)
X |
A bitmap glyph list object such as |
FUN |
A function that takes a |
... |
Additional arguments to pass to |
bm_lapply()
is a wrapper around base::lapply()
that
preserves the classes and metadata of the original bitmap glyph list.
A modified bitmap glyph list.
base::lapply()
, bm_list()
, bm_font()
, bm_bitmap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.