Skip to contents

Get the cluster PBNs from an ingres object

Usage

getClusterPbns(ingres.object)

Arguments

ingres.object

an ingres object

Value

A data frame containing the generated cluster PBNs

Examples

ing <- createExampleIngresObjectWithViper()
#> Error in createExampleIngresObjectWithViper(): could not find function "createExampleIngresObjectWithViper"
ing <- ing %>% computePbnByCluster()
#> Error in eval_tidy(xs[[j]], mask): object 'ing' not found
head(getClusterPbns(ing))
#> Error in getClusterPbns(ing): object 'ing' not found