View source: R/plot_topic_trends.R
plot_topic_trends | R Documentation |
Documentation to be updated...
plot_topic_trends(topic_trends, topic_selection, n = NULL, exclude_topics = NULL, out_dir = NULL, filename_suffix = "", ylim = NULL, facet_columns = 3, text_size = 12, device = "pdf")
topic_trends |
... |
topic_selection |
Named list of character vectors with the topic numbers to be plotted (and stored) under the list name. |
n |
Number of top topics to plot per list in |
exclude_topics |
A character vector giving the topic numbers to be excluded from all lists in |
out_dir |
Directory where plots are saved. |
filename_suffix |
A string to specify the end of the filename inserted before |
ylim |
The y limits, a numeric vector with two entries. By default |
facet_columns |
The number of columns to be used for the facet plot. |
text_size |
By default |
device |
The plotting device (output filetype), by default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.