Learn R Programming

rAmCharts (version 2.0.2)

amChartsOutput: SHINY

Description

Widget output function for use in Shiny

Usage

amChartsOutput(outputId, type = NULL, width = "100%", height = "400px")

Arguments

outputId
character, output variable to read the chart from.
type
character, indicating the chart type.
width
character, the width of the chart container.
height
character, the height of the chart container.