plot_throughtime(terms, limit = NA, gvis = FALSE, url = "http://api.plos.org/search", key = getOption("PlosApiKey", stop("need an API key for PLoS Journals")), ..., curl = getCurlHandle())
Number of search results (vis = FALSE), or number of search in a table and a histogram of results (vis = TRUE).
Plot results through time for serach results from PLoS Journals.
## Not run: # plot_throughtime('phylogeny', 300, gvis=FALSE)# plot_throughtime(list('drosophila','monkey'), 100)# plot_throughtime(list('drosophila','flower'), 100, TRUE)# ## End(Not run)