| plotTree {factorMerger} | R Documentation |
Plot Tree - Helper Function
plotTree(factorMerger, statistic, nodesSpacing, clusterSplit, markBestModel, markStars, alpha, color, colorsDf, palette = NULL, title, subtitle, panelGrid)
factorMerger |
object to be plotted |
statistic |
this parameter will be passed to plotSimpleTree |
nodesSpacing |
this parameter will be passed to plotSimpleTree |
clusterSplit |
this parameter will be passed to plotSimpleTree |
markBestModel |
this parameter will be passed to plotSimpleTree |
markStars |
this parameter will be passed to plotSimpleTree |
alpha |
this parameter will be passed to plotSimpleTree |
color |
this parameter will be passed to plotSimpleTree |
colorsDf |
this parameter will be passed to plotSimpleTree |
palette |
this parameter will be passed to plotSimpleTree |
title |
this parameter will be passed to plotSimpleTree |
subtitle |
this parameter will be passed to plotSimpleTree |
panelGrid |
this parameter will be passed to plotSimpleTree |