powered by
Create an interactive html network object with visNet (displaying similarity scores and number of variables in a score)
groupbn.vis.html.plot(res, df=NULL, save.file=TRUE, save.name=NULL, hierarchical=FALSE, nodecolor.all="#E0F3F8", nodecolor.special="cornflowerblue", main=NULL)
a groupbn object
output from output.table if already calculated, otherwise the same table is calculated internally
boolean; if TRUE a html file is produced
name for saving html object, date is additionally used
boolean; if TRUE the network is plotted with a hierarchical layout
a color for "normal" nodes
a color for the target variable and all separated nodes, if any.
optionally a title for the plot
an html widget of class visNetwork
Plots an interactive network plot using visNetwork package
groupbn groupbn_refinement
groupbn
groupbn_refinement
# NOT RUN { data("wine.groupbn.refined") groupbn.vis.html.plot(wine.groupbn.refined, hierarchical=TRUE, save.file=FALSE) # }
Run the code above in your browser using DataLab