Internal undocumentation functions for fda.usc package.
trace.matrix(x, na.rm = TRUE)argvals.equi(tt)
# S3 method for fdata
+(fdata1, fdata2)
# S3 method for fdata
-(fdata1, fdata2)
# S3 method for fdata
*(fdata1, fdata2)
# S3 method for fdata
/(fdata1, fdata2)
# S3 method for fdata
[(fdataobj, i = TRUE, j = TRUE, drop = FALSE)
# S3 method for fdata
!=(fdata1, fdata2)
# S3 method for fdata
==(fdata1, fdata2)
# S3 method for fdata
^(fdataobj, pot)
# S3 method for fdata
dim(x)
ncol.fdata(x)
nrow.fdata(x)
# S3 method for fdata
length(x)
NROW.fdata(x)
NCOL.fdata(x)
rownames.fdata(x)
colnames.fdata(x)
# S3 method for fdata
c(...)
argvals(fdataobj)
rangeval(fdataobj)
# S3 method for fdist
[(fdataobj, i = TRUE, j = TRUE, drop = FALSE)
# S3 method for fdata
is.na(x)
# S3 method for fdata
anyNA(x, recursive = FALSE)
count.na.fdata(x)
unlist_fdata(x, recursive = TRUE, use.names = TRUE)
matrix
or fdata
class object.
logical
. Should missing values (including NaN
) be removed?
Argvals
fdata
class object.
Indices specifying elements to extract, replace. Indices are numeric or character vectors or empty
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.
Numeric value for exponentiation.
fdata
objects to be concatenated.
should anyNA
be applied recursively to lists and pairlists? (in anyNA.fdata function)
logical
Should unlisting be applied to list components of x? (in unlist_fdata function).
logical
Should names be preserved?
argvals.equi
function returns TRUE
if the argvals are equispaced
and FALSE
in othercase.
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. tools:::Rd_expr_doi("10.18637/jss.v051.i04")