tests/UnitTest_AM_binder.R

#######################################################################################
###############
############### AntMAN Package : Tests and Examples
###############
###############
#######################################################################################

##############################################
### Load the AntMan package
##############################################

library("AntMAN")
set.seed(123)

##############################################
### Prepare the data
##############################################

res = AM_demo_uvn_poi () 

##############################################
### Run
##############################################

eam = AM_clustering(res$fit)
cluster = AM_salso(eam, "binder")

Try the AntMAN package in your browser

Any scripts or data that you put into this service are public.

AntMAN documentation built on July 23, 2021, 5:08 p.m.