Learn R Programming

fda.usc (version 0.9.4)

fda.usc.internal: 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 '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':
c(\dots) 
## S3 method for class 'fdata':
dim(x)
## S3 method for class 'fdata':
nrow(fdataobj)
## S3 method for class 'fdata':
ncol(fdataobj)
## S3 method for class 'fdata':
is(fdataobj)
count.na(A)
traza(A)

Arguments

x,fdataobj,fdata1,fdata2
fdata class object
i,j
Indices specifying elements to extract or replace. Indices are numeric or character vectors or empty
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.
A
Matrix of set cases with dimension (n x m), where n is the number of curves and m are the points observed in each curve. traza, return the trace of a functional data matrix.
...
fdata objects to be concatenated.