show-AmObject-method: Visualize with show

show,AmObject-methodR Documentation

Visualize with show

Description

Display the object in the console.

Usage

## S4 method for signature 'AmObject'
show(object)

Arguments

object

AmObject.

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")

rAmCharts documentation built on Sept. 30, 2022, 5:06 p.m.