kmBlockC {kmBlock} | R Documentation |
Function that performs k-means like one-mode blockmodeling. If clu
is a list, the method for linked/multilevel networks is applied
Description
Function that performs k-means like one-mode blockmodeling. If clu
is a list, the method for linked/multilevel networks is applied
Usage
kmBlockC(
M,
clu,
weights = NULL,
diagonal = c("ignore", "seperate", "same"),
limitType = c("none", "inside", "outside"),
limits = NULL
)
Arguments
M |
A matrix representing the (usually valued) network. For multi-relational networks, this should be an array with the third dimension representing the relation. |
clu |
A partition. Each unique value represents one cluster. If the network is one-mode, than this should be a vector, else a list of vectors, one for each mode. Similarly, if units are comprised of several sets, clu should be the list containing one vector for each set. |
weights |
The weights for each cell in the matrix/array. A matrix or an array with the same dimensions as |
diagonal |
How should the diagonal values be treated. Possible values are:
|
limitType |
What do the limits represent, on which "side" of this limits should the values lie. Possible values: "none","inside","outside" |
limits |
If
If |
Value
A list similar to optParC in package blockmodeling
.