plot_publication_network: Plot publication network colored by sub-communities

Description Usage Arguments Value

Description

With plot_publication_network you can generate a plot of a publication network which will be colored by sub-communities.

Usage

1
2
plot_publication_network(scimeetr_data, plot_to_file = F, filename, width,
  height, min_com_size = 100)

Arguments

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.

Value

A plot, generated from the sankeyNetwork function in the package networkD3


MaximeRivest/scimeetr documentation built on May 8, 2019, 9:51 a.m.