Skip to contents

Draws a horizontal bar chart from the output of scopus_top().

Usage

plot_scopus_top(x, ...)

# S3 method for class 'scopus_top'
autoplot(object, ...)

Arguments

x

A scopus_top object from scopus_top().

...

Currently unused, present for S3 consistency.

object

A scopus_top object (for the autoplot() method).

Value

A ggplot2::ggplot object. Needs the suggested package ggplot2.

See also

Examples

plot_scopus_top(scopus_top(example_records, by = "source"))