Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- removed unused argument and change name of network object for VisTextNetD3
  • Loading branch information
fmerhout committed Jun 20, 2018
1 parent d6ee83b commit 50ef6f7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -137,13 +137,12 @@ In order to save this interative visualization as a .html file, users can use th

```r
library(htmlwidgets)
vis <- VisTextNetD3(sotu_text_network,
prune_cut=.50,
height=1000,
width=1400,
bound=FALSE,
zoom=TRUE,
charge=-30)
vis <- VisTextNetD3(sotu_firsts_network,
height=1000,
width=1400,
bound=FALSE,
zoom=TRUE,
charge=-30)
saveWidget(vis, "sotu_textnet.html")


Expand Down

0 comments on commit 50ef6f7

Please sign in to comment.