visaChart {visachartR} | R Documentation |
visa charts 5.0.5
Description
Visa Chart Components wrapped in r htmlwidgets package
Usage
visaChart(tagName, data, propList, width = NULL, height = NULL, ...)
Arguments
tagName |
String. The custom web component HTML tag for the Visa Chart Component. Set by respective chart functions. |
data |
a valid R data frame. See more details in respective component functions. |
propList |
a list of props, created by each component function, see Visa Chart Components. |
width |
Number. Width of chart container. |
height |
Number. Height of chart container. |
... |
All other props passed into the function will be passed through to the chart. |
Value
a visaChart htmlwidget object for creating a variety of plot types
[Package visachartR version 3.3.0 Index]