as.matrix.DenseMatrix | R Documentation |
These are miscellaneous S3/S4 methods defined for DenseMatrix
class.
## S3 method for class 'DenseMatrix' as.matrix(x, ...) ## S4 method for signature 'DenseMatrix' dim(x) ## S4 replacement method for signature 'DenseMatrix' dim(x) <- value ## S4 replacement method for signature 'VecBasic' dim(x) <- value ## S4 replacement method for signature 'Basic' dim(x) <- value ## S4 replacement method for signature 'DenseMatrix' dimnames(x) <- value ## S4 method for signature 'DenseMatrix' dimnames(x) ## S4 method for signature 'DenseMatrix' length(x) ## S4 method for signature 'DenseMatrix,ANY' x[[i, j, ...]] ## S4 replacement method for signature 'DenseMatrix' x[[i, j, ...]] <- value ## S4 method for signature 'DenseMatrix' x[i, j, ..., drop = TRUE] ## S4 replacement method for signature 'DenseMatrix' x[i, j, ...] <- value
x |
A DenseMatrix object. |
i, j, value, ..., drop |
Arguments for subsetting, assignment or replacing. |
Same or similar with the generics of these methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.