R/30-api-flexseq-seq-apply.R
fapply.flexseq.Rd
Apply a function over flexseq elements
# S3 method for class 'flexseq' fapply(X, FUN, ...)
A `flexseq`.
Function to apply to each element.
Additional arguments passed to `FUN`.
A new `flexseq` with transformed elements.