Skip to content

Commit

Permalink
more conversion to as_treenetdf
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman committed Jun 18, 2017
1 parent 62ed4dd commit 22d517f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Generated by roxygen2: do not edit by hand

S3method(as.treenetdf,Node)
S3method(as.treenetdf,data.frame)
S3method(as.treenetdf,hclust)
S3method(as.treenetdf,igraph)
S3method(as.treenetdf,list)
S3method(as.treenetdf,phylo)
S3method(as.treenetdf,tbl_graph)
S3method(as_treenetdf,Node)
S3method(as_treenetdf,data.frame)
S3method(as_treenetdf,hclust)
S3method(as_treenetdf,igraph)
S3method(as_treenetdf,list)
S3method(as_treenetdf,phylo)
S3method(as_treenetdf,tbl_graph)
export(JS)
export(as.radialNetwork)
export(as.treenetdf)
export(as_treenetdf)
export(chordNetwork)
export(chordNetworkOutput)
export(dendroNetwork)
Expand All @@ -36,15 +36,17 @@ export(simpleNetwork)
export(simpleNetworkOutput)
export(treeNetwork)
export(treeNetworkOutput)
import(htmlwidgets)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(igraph,V)
importFrom(igraph,as_data_frame)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,graph.data.frame)
importFrom(igraph,membership)
importFrom(igraph,simplify)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(stats,as.dendrogram)
importFrom(stats,setNames)
Expand Down

0 comments on commit 22d517f

Please sign in to comment.