show,AmObject-method {rAmCharts} | R Documentation |
Visualize with show
Description
Display the object in the console.
Usage
## S4 method for signature 'AmObject'
show(object)
Arguments
object |
Examples
library(pipeR)
amPieChart(valueField = "value", titleField = "key", backgroundColor = "#7870E8") %>>%
setDataProvider(data.frame(key = c("FR", "US"), value = c(20,10))) %>>%
setExport(position = "bottom-left")
[Package rAmCharts version 2.1.15 Index]