Learn R Programming

rplos (version 0.6.4)

plot_throughtime: Plot results through time for serach results from PLoS Journals.

Description

Plot results through time for serach results from PLoS Journals.

Usage

plot_throughtime(terms, limit = NA, ...)

Arguments

terms
search terms (character)
limit
number of results to return (integer)
...
optional additional curl options (debugging tools mostly)

Value

Number of search results (vis = FALSE), or number of search in a table and a histogram of results (vis = TRUE).

Examples

Run this code
## Not run: 
# plot_throughtime(terms='phylogeny', limit=300)
# plot_throughtime(list('drosophila','monkey'), 100)
# plot_throughtime(list('drosophila','flower','dolphin','cell','cloud'), 100)
# ## End(Not run)

Run the code above in your browser using DataLab