ldenseMatrix-class Virtual Class "ldenseMatrix" of Dense Logical MatricesldenseMatrix is the virtual class of all dense logical (S4) matrices. It extends both denseMatrix and lMatrix directly.
x:logical vector containing the entries of the matrix.
Dim, Dimnames:see Matrix.
Class "lMatrix", directly. Class "denseMatrix", directly. Class "Matrix", by class "lMatrix". Class "Matrix", by class "denseMatrix".
signature(from = "matrix", to = "ldenseMatrix"): ...
signature(from = "ldenseMatrix", to = "matrix"): ...
signature(x = "ldenseMatrix", mode = "missing"): ...
signature(x = "ndenseMatrix"), semantically equivalent to base function which(x, arr.ind); for details, see the lMatrix class documentation.
Class lgeMatrix and the other subclasses.
showClass("ldenseMatrix")
as(diag(3) > 0, "ldenseMatrix")
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.