Learn R Programming

rAmCharts (version 2.0.2)

show,AmObject-method: Visualize with show

Description

Display the object in the console.

Usage

"show"(object)

Arguments

object
AmObject.

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 DataLab