Learn R Programming

fda (version 5.5.0)

fdParcheck: Convert fd or basisfd Objects to fdPar Objects

Description

If the input is an fd object, default parameters are added to convert it to an fdPar object. If a basisfd object, it is first converted to an fd object with a square coefficient matrix of zeros, and then converted to a fdPar object.

Usage

fdParcheck(fdPar)

Arguments

fdPar

A basisfd, fd or a fdPar object.

Value

Returns a fdPar object.