Perform correlation directed analysis for peaks list.
getcda(list, corcutoff = 0.9, rtcutoff = 10, accuracy = 4)
list with correlation directed analysis results
data(spmeinvivo)
cluster <- getcorcluster(spmeinvivo)
#> 75 retention time cluster found.
cbp <- enviGCMS::getfilter(cluster,rowindex = cluster$stdmassindex2)
cda <- getcda(cbp)