Skip to contents

Bar chart of publication counts over time.

Usage

sm_plot_production(corpus, by = c("year", "month"), dark = FALSE, ...)

Arguments

corpus

An sm_corpus object.

by

Time unit: "year" or "month".

dark

Logical; dark mode?

...

Additional arguments (currently unused).

Value

A ggplot object.

Examples

corpus <- sm_example_corpus()
sm_plot_production(corpus)