rAmCharts (version 1.1.2)

show,AmObject-method: Visualize with show

Description

Visualize with show

Usage

"show"(object)

Arguments

object
AmObject

See Also

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

Examples

Run this code
pipeR::pipeline(
  rAmCharts::amPieChart(valueField = "value", titleField = "key", creditsPosition = "top-right",
                        backgroundColor = "#7870E8"),
  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 DataCamp Workspace