fda.usc.internal {fda.usc} | R Documentation |
fda.usc internal functions
Description
Internal undocumentation functions for fda.usc package.
Usage
trace.matrix(x, na.rm = TRUE)
argvals.equi(tt)
## 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[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'
fdataobj ^ pot
## S3 method for class 'fdata'
dim(x)
ncol.fdata(x)
nrow.fdata(x)
## S3 method for class 'fdata'
length(x)
NROW.fdata(x)
NCOL.fdata(x)
rownames.fdata(x)
colnames.fdata(x)
## S3 method for class 'fdata'
c(...)
argvals(fdataobj)
rangeval(fdataobj)
## S3 method for class 'fdist'
fdataobj[i = TRUE, j = TRUE, drop = FALSE]
## S3 method for class 'fdata'
is.na(x)
## S3 method for class 'fdata'
anyNA(x, recursive = FALSE)
count.na.fdata(x)
unlist_fdata(x, recursive = TRUE, use.names = TRUE)
Arguments
x |
|
na.rm |
|
tt |
Argvals |
fdataobj , fdata1 , fdata2 |
|
i , j |
Indices specifying elements to extract, replace. Indices are numeric or character vectors or empty |
drop |
For |
pot |
Numeric value for exponentiation. |
... |
|
recursive |
should |
use.names |
|
Details
argvals.equi
function returns TRUE
if the argvals are equispaced
and FALSE
in othercase.
Note
In "Ops" functions "+.fdata"
, "-.fdata"
, "*.fdata"
and
"/.fdata"
: The lengths of the objects fdata1
and fdata2
may
be different because operates recycled into minimum size as necessary.
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. doi:10.18637/jss.v051.i04