nClusters {cogena}R Documentation

nClusters: get the number of clusters from a genecl object.

Description

nClusters: get the number of clusters from a genecl object.

Usage

nClusters(object)

## S4 method for signature 'genecl'
nClusters(object)

## S4 method for signature 'cogena'
nClusters(object)

Arguments

object

a genecl or cogena object

Value

nClusters: a numeric vector.

Examples

## Not run: 
nClusters(genecl_result)

## End(Not run)

[Package cogena version 1.27.0 Index]