Skip to contents

Coerce to / from an fd object

Usage

# S3 method for class 'list'
as.fd(x, merge = FALSE, ...)

# S3 method for class 'fd'
as.list(x, ...)

# S3 method for class 'fd'
as.fd(x, ...)

# S3 method for class 'dd'
as.fd(x, ...)

Arguments

x

Object to coerce.

merge

Pass-through to fda::as.fd().

...

Further arguments forwarded to the underlying method.