Last data update: 2014.03.03

R: fda.usc internal functions
fda.usc.internalR Documentation

fda.usc internal functions

Description

Internal undocumentation functions for fda.usc package

Usage

## S3 method for class 'fdata'
fdataobj[i = TRUE, j = TRUE,drop=FALSE]
## S3 method for class 'fdist'
fdataobj[i = TRUE, j = TRUE,drop=FALSE]
## S3 method for class 'fdata'
fdata1 == fdata2
## S3 method for class 'fdata'
fdata1 != fdata2
## S3 method for class 'fdata'
fdata1 + fdata2
## S3 method for class 'fdata'
fdata1 - fdata2
## S3 method for class 'fdata'
fdata1 * fdata2
## S3 method for class 'fdata'
fdata1 / fdata2
## S3 method for class 'fdata'
fdataobj ^ pot
## S3 method for class 'fdata'
c(...) 
## S3 method for class 'fdata'
dim(x)
## S3 method for class 'fdata'
nrow(x)
## S3 method for class 'fdata'
ncol(x)
## S3 method for class 'fdata'
NROW(x)
## S3 method for class 'fdata'
NCOL(x)
## S3 method for class 'fdata'
length(x)
## S3 method for class 'fdata'
is(fdataobj)
## S3 method for class 'fdata'
omit(fdataobj,y=NULL)
## S3 method for class 'fdata'
omit2(fdataobj,index.na=FALSE)
## S3 method for class 'fdata'
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/

Results