cola_report-HierarchicalPartition-method {cola} | R Documentation |
Make HTML report from the HierarchicalPartition object
## S4 method for signature 'HierarchicalPartition' cola_report(object, output_dir, mc.cores = 1, env = parent.frame())
object |
a |
output_dir |
the output directory where the report is put. |
mc.cores |
multiple cores to use. |
env |
where the objects in the report are found, internally used. |
This function generates a HTML report which contains all plots for all nodes in the partition hierarchy.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
## Not run: data(cola_rh) cola_report(cola_rh, output_dir = "~/test_cola_rh_report") ## End(Not run)