vismclDfDraw: vismclDfDraw

Description Usage Arguments Value

Description

plot circle packing graph with data frame.

Usage

1
2
3
vismclDfDraw(input_df, showName = FALSE, Clusternames = NULL,
  color = "grey", HighlightByName = NULL, HighlightFirstN = 0,
  HighlightColor = "chartreuse1")

Arguments

input_df

dataframe created by CreateDataFrame

showName

(optional)if shows the name of clusters,default is FALSE

Clusternames

(optional) a vector for user-defined clusternames, order should be the same as the lines go.

color

(optional)A color code:color fill the circle,default is grey

HighlightByName

(optional) a vector of cluster names which user wish to highlight.

HighlightFirstN

(optional) an integer:highlight the first n largest cluster.

HighlightColor

(optional) A color code: color used for highlight, default is green

Value

a circle packing graph representing the information


Eleven1996/VISMCL documentation built on May 30, 2019, 11:47 p.m.