Learn R Programming

ChocoLattes (version 0.1.0)

plot_chart: Plot summary chart

Description

Plot summary chart from a Lattes list object

Usage

plot_chart(lattes.list, chart.type = c("ggplot2", "plotly", "rCharts"),
  width = 960, height = 480, language = c("EN", "PT"),
  which.fields = c("journal.accepted", "journal.published",
  "conference.international", "conference.national", "book.chapters", "books",
  "phd.theses", "msc.theses"))

Arguments

lattes.list
a Lattes list object created using lattes_to_list()
chart.type
package to use for generating the summary chart. "plotly" and "rCharts" output interactive charts, "ggplot2" outputs a static one. Option "rCharts" is currently disabled, until the rCharts package (https://github.com/ramnathv/rCharts) becomes available on CRAN.
width
plot width (for "plotly" and "rCharts")
height
plot height (for "plotly")
language
Language to use in section headers
which.fields
Character vector indicating which fields to include in the productions page.

Value

plot object for inclusion in a productions page (see make_productions_page().

Details

This function plots production information from a Lattes list object generated by lattes_to_list():
  • Accepted journal papers
  • Published journal papers
  • Published conference papers
  • Published book chapters
  • Published books
  • Ph.D. student defenses
  • M.Sc. student defenses