lineChartOutput: Show Line Chart Output on a HTML canvas

Description Usage Arguments

View source: R/lineChart.R

Description

create a HTML SVG Line Chart Output using NVD3.js This function should be called from ui.R in a shiny web application.

Usage

1
lineChartOutput(inputId, width = "100%", height = "400px")

Arguments

inputId

input identifier for the output function, i.e. name of the list element in shiny.

width

defaults to 100%.

height

defaults to 400px.


dropR documentation built on May 2, 2019, 6:12 a.m.

Related to lineChartOutput in dropR...