plot_chart: Plot summary chart

Description Usage Arguments Details Value

Description

Plot summary chart from a Lattes list object

Usage

1
2
3
4
5
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.

Details

This function plots production information from a Lattes list object generated by lattes_to_list():

Value

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


ChocoLattes documentation built on May 2, 2019, 3:24 a.m.