fda.usc (version 1.5.0)

fda.usc.internal: fda.usc internal functions

Description

Internal undocumentation functions for fda.usc package.

Usage

# S3 method for fdata
[(fdataobj, i = TRUE, j = TRUE,drop=FALSE)
# S3 method for fdist
[(fdataobj, i = TRUE, j = TRUE,drop=FALSE)
# 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
*(fdata1,fdata2)
# S3 method for fdata
/(fdata1,fdata2)
# S3 method for fdata
^(fdataobj,pot)
# S3 method for fdata
c(…) 
# S3 method for fdata
dim(x)
# S3 method for fdata
nrow(x)
# S3 method for fdata
ncol(x)
# S3 method for fdata
NROW(x)
# S3 method for fdata
NCOL(x)
# S3 method for fdata
colnames(x)
# S3 method for fdata
rownames(x)
# S3 method for fdata
length(x)
# S3 method for fdata
is(fdataobj)
# S3 method for fdata
omit(fdataobj,y=NULL)
# S3 method for fdata
omit2(fdataobj,index.na=FALSE)
# S3 method for fdata
missing(fdataobj,basis=NULL)
# S3 method for fdata
is.na(x)
# S3 method for fdata
anyNA(x, recursive = FALSE)
count.na.fdata( x )
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

recursive

should anyNA be applied recursively to lists and pairlists?

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/