Learn R Programming

fda.usc (version 1.2.3)

fda.usc.internal: fda.usc internal functions

Description

Internal undocumentation functions for fda.usc package

Usage

"["(fdataobj, i = TRUE, j = TRUE,drop=FALSE) "["(fdataobj, i = TRUE, j = TRUE,drop=FALSE) "=="(fdata1,fdata2) "!="(fdata1,fdata2) "+"(fdata1,fdata2) "-"(fdata1,fdata2) "*"(fdata1,fdata2) "/"(fdata1,fdata2) "^"(fdataobj,pot) "c"(...) "dim"(x) "nrow"(x) "ncol"(x) "NROW"(x) "NCOL"(x) "length"(x) "is"(fdataobj) "omit"(fdataobj,y=NULL) "omit2"(fdataobj,index.na=FALSE) "missing"(fdataobj,basis=NULL) argvals(fdataobj) rangeval(fdataobj)

Arguments

x,fdataobj,fdata1,fdata2
fdata class object
i,j
Indices specifying elements to extract, replace. Indices are numeric or character vectors or empty
pot
Numeric value for exponentiation.
drop
For fdata class object. If TRUE the result is coerced to the lowest possible dimension of element data. This only works for extracting elements, not for the replacement.
...
fdata objects to be concatenated.
y
Vector
basis
fd basis
index.na
Return the index of NA elements

References

Febrero-Bande, M., Oviedo de la Fuente, M. (2012). Statistical Computing in Functional Data Analysis: The R Package fda.usc. Journal of Statistical Software, 51(4), 1-28. http://www.jstatsoft.org/v51/i04/