Automatically generate a suitable plot for an sm_corpus based on the
requested type.
Usage
# S3 method for class 'sm_corpus'
autoplot(
object,
type = c("production", "landscape", "thematic", "collab", "equity", "top", "lotka",
"bradford"),
...
)Examples
corpus <- sm_example_corpus()
ggplot2::autoplot(corpus, type = "production")