bm_lapply {bittermelon} | R Documentation |
Modify bitmap lists
Description
bm_lapply()
applies a function over a bitmap glyph list
and returns a modified bitmap glyph list.
Usage
bm_lapply(X, FUN, ...)
Arguments
X |
|
FUN |
A function that takes a |
... |
Additional arguments to pass to |
Details
bm_lapply()
is a wrapper around base::lapply()
that
preserves the classes and metadata of the original bitmap glyph list.
Value
A modified bitmap glyph list.
See Also
base::lapply()
, bm_list()
, bm_font()
, bm_bitmap()
[Package bittermelon version 2.0.2 Index]