rAmCharts (version 2.1.15)

show,AmObject-method: Visualize with show

Description

Display the object in the console.

Usage

# S4 method for AmObject
show(object)

Arguments

object

AmObject.

Examples

Run this code
library(pipeR)
amPieChart(valueField = "value", titleField = "key", backgroundColor = "#7870E8") %>>%
  setDataProvider(data.frame(key = c("FR", "US"), value = c(20,10))) %>>%
  setExport(position = "bottom-left")

Run the code above in your browser using DataLab