count_n_tmhs {pureseqtmr} | R Documentation |
Count the number of TMHs in a topology
Description
Count the number of TMHs in a topology
Usage
count_n_tmhs(topology_strs)
Arguments
topology_strs |
the topologies as zero, one oor more strings,
for example |
Examples
count_n_tmhs("00000000000000000000000000")
count_n_tmhs("00000000001111100000000000")
count_n_tmhs(c("0", "1"))
[Package pureseqtmr version 1.4 Index]