fda.usc internal functions
Internal undocumentation functions for fda.usc package.
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)
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 |
|
argvals.equi
function returns TRUE
if the argvals are equispaced
and FALSE
in othercase.
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.
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/
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.