rAmCharts (version 1.1.2)

show,AmChart-method: Visualize AmChart with show

Description

Visualize AmChart with show

Usage

"show"(object)

Arguments

object
AmChart

See Also

Other Visualizations: print,AmObject-method; show,AmObject-method; show,AmStockChart-method

Examples

Run this code
pipeR::pipeline(
  rAmCharts::amPieChart(valueField = "value", titleField = "key"),
  rAmCharts::setDataProvider(data.frame(key = c("FR", "US"), value = c(20,10))),
  rAmCharts::setExport(position = "bottom-left")
)

Run the code above in your browser using DataLab