sscCrosstab-class {Matrix} | R Documentation |
An sscCrosstab
object is a pairwise crosstabulation
of two or more factors expressed as an sscMatrix
plus
additional information.
Objects can be created by calls of the form new("sscCrosstab", ...)
or by a call to the constructor function sscCrosstab
.
Gp
:perm
:uplo
:"sscMatrix"
objects.p
:"sscMatrix"
objects.i
:"sscMatrix"
objects.x
:"sscMatrix"
objects.Dim
:"sscMatrix"
objects.factorization
:"sscMatrix"
objects.
Class "sscMatrix"
, directly.
Class "cscMatrix"
, by class "sscMatrix"
.
signature(x = "sscCrosstab")
: plots an image of
x
using the levelplot
function