Description Usage Arguments Value
With plot_publication_network
you can generate a plot of a publication
network which will be colored by sub-communities.
1 2 | plot_publication_network(scimeetr_data, plot_to_file = F, filename, width,
height, min_com_size = 100)
|
scimeetr_data |
A scimeetr object |
plot_to_file |
True or False |
filename |
a character string matchin a path name |
width |
Argument to jpeg() |
height |
Argument to jpeg() |
min_com_size |
A numeric vector of length one. |
... |
if plot_to_file is True, parameter of the jpeg() function. |
A plot, generated from the sankeyNetwork function in the package networkD3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.