plot_time_interval.Rd
This function plots the results of the search. It uses ggplot2 to create a line plot of the number of publications over time.
plot_time_interval(x, interval = "Weeks")
The results group_by_time_interval
The time interval to plot. Default is "Weeks". Choose "Weeks", "Months", "Years".
A ggplot object.