[,strategy-method {blockcluster} | R Documentation |
Getter method for blockcluster output
Description
This is overloading of square braces to extract values of various slots of
the output from coclusterBinary
,
coclusterCategorical
, coclusterContingency
,
coclusterContinuous
.
Usage
## S4 method for signature 'strategy'
x[i, j, drop]
## S4 method for signature 'BinaryOptions'
x[i, j, drop]
## S4 method for signature 'ContingencyOptions'
x[i, j, drop]
## S4 method for signature 'ContinuousOptions'
x[i, j, drop]
## S4 method for signature 'CategoricalOptions'
x[i, j, drop]
Arguments
x |
object from which to extract element(s) or in which to replace element(s). |
i |
the name of the element we want to extract or replace. |
j |
if the element designing by i is complex, j specifying elements to extract or replace. |
drop |
not used |
[Package blockcluster version 4.5.5 Index]