plot_coauthors: Plot a network of coauthors

Description Usage Arguments Value See Also Examples

View source: R/scholar.r

Description

Plot a network of coauthors

Usage

1
plot_coauthors(network, size_labels = 5)

Arguments

network

A data frame given by get_coauthors

size_labels

Size of the label names

Value

a ggplot2 object but prints a plot as a side effect.

See Also

get_coauthors

Examples

1
2
3
4
5
6
## Not run: 
library(scholar)
coauthor_network <- get_coauthors('amYIKXQAAAAJ&hl')
plot_coauthors(coauthor_network)

## End(Not run)

gottingen411/scholar documentation built on June 25, 2020, 12:03 a.m.