fc_reorder: Reorder clusters in a kcca object.

Description Usage Arguments Details Value Examples

Description

Since running kcca with different seeds will result, at least, in equivalent clusters having different cluster sequence numbers which makes interpretation of repeated runs difficult.

Usage

1
fc_reorder(x, orderby = "decending size")

Arguments

x

A kcca object.

orderby

A string. Specifying the method to order by. Currently only "decending size".

Details

fc_reorder simply rearranges the clusters within the kcca object according to the requested method.

Value

The kcca object with clusters reordered.

Examples

1
2
3
4
## Not run: 
fc_reorder(kcca(x, k, save.data = TRUE, control = fc_cont, family = kccaFamily(fc_family)))

## End(Not run)

ds4ci/CustSegs documentation built on May 15, 2019, 2:56 p.m.