plot_citer_network: Plot citer network

Description Usage Arguments Value See Also

Description

plot_cite_network let you plot a network of papers for which only the papers citing the papers in the reading list are colored.

Usage

1
2
plot_citer_network(scimeetr_data, reading_list, plot_to_file = F, filename,
  width, height)

Arguments

scimeetr_data

A list of scimeet object

reading_list

A dataframe from scilist[[i]] or scilist_all[[i]] with a publication column

plot_to_file

True or False

filename

a character string matchin a path name

width

Argument to jpeg()

height

Argument to jpeg()

...

if plot_to_file is True, parameter of the jpeg() function.

Value

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

See Also

See plot_publication_network to generate a full publication plot colored by sub-communities of research.


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