scholar_plot {tinyscholar} | R Documentation |
Show Scholar Profile Plot.
Description
Show Scholar Profile Plot.
Usage
scholar_plot(
profile,
bar_width = 0.5,
add_total = FALSE,
add_text = TRUE,
title_citations = NULL,
title_publications = NULL,
caption_citations = paste("Update:", Sys.Date()),
caption_publications = caption_citations
)
Arguments
profile |
Result from tinyscholar. |
bar_width |
bar width. |
add_total |
If |
add_text |
If |
title_citations |
Title for plot |
title_publications |
Title for plot |
caption_citations |
Caption for plot |
caption_publications |
Caption for plot |
Value
a length-2 list of ggplot2::ggplot object.
See Also
[Package tinyscholar version 0.1.7 Index]