opts_chunk$set(echo=FALSE)
opts_chunk$set(warning=FALSE)
opts_chunk$set(fig.pos = 'H')

library(MotifBinner2)

if (!exists('result'))
{
  stop('no result variable')
}
if (class(result) != 'doubleClusterTally')
{
  stop('class of result variable incorrect')
}

r result$config$op_full_name

Tallies the true sizes of clusters of clusters.

kable_summary(result$summary)

timingTable(result)
cat('\n\n---\n\n')


HIVDiversity/MotifBinner2 documentation built on May 6, 2019, 6:44 p.m.