Skip to contents

Apply a function to each element of a windowed object

Usage

lapply.windowed(X, FUN, ...)

Arguments

X

A windowed object

FUN

A function to apply to each element

...

Additional arguments passed to FUN

Value

A list of the results of applying FUN to each element of X, or a new windowed object if all results are egm objects