Description Usage Arguments Details Value Author(s) Examples
Knowledge domain visualization using mpa co-words method as the word clustering method and network graphs with D3.js library as visualization tool.
1 |
groupDTM |
a list of matrices from grouped terms and the documents in which they appear, obtained through |
group |
an integer specifying the group of words that is want to be visualized. |
graph |
logical. If |
export |
logical. If |
This function returns a forceNetwork from networkD3 package only if graph argument is TRUE. By default, it will export an html document with a network graph ready for navigate in a web browser.
If graph argument is TRUE, a forceNetwork will be returned.
Andres Palacios anfpalacioscl@unal.edu.co
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.