Learn R Programming

scholar (version 0.2.4)

plot_coauthors: Plot a network of coauthors

Description

Plot a network of coauthors

Usage

plot_coauthors(network, size_labels = 5)

Value

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

Arguments

network

A data frame given by get_coauthors

size_labels

Size of the label names

See Also

get_coauthors

Examples

Run this code
if (FALSE) {
library(scholar)
coauthor_network <- get_coauthors('amYIKXQAAAAJ&hl')
plot_coauthors(coauthor_network)
}

Run the code above in your browser using DataLab