alm_plot: Plot results of a call to the alm function.

Description Usage Arguments Value References See Also Examples

Description

Plot results of a call to the alm function.

Usage

1
alm_plot(dat)

Arguments

dat

Output from alm_ids (character)

Value

A ggplot2 bar plot for 'totalmetrics' or line plot for 'history'.

References

See a tutorial/vignette for alm at http://ropensci.org/tutorials/alm_tutorial.html

See Also

alm_ids which is required to use this function.

Examples

1
2
3
4
5
6
7
8
## Not run: 
out <- alm_ids(doi='10.1371/journal.pone.0001543', info='detail')
alm_plot(out)
# works from info=totals too
out <- alm_ids(doi='10.1371/journal.pone.0001543', info='totals')
alm_plot(out)

## End(Not run)

alm documentation built on Jan. 15, 2017, 3:22 p.m.