| visaNodeLinkChart {visachartR} | R Documentation | 
visa charts 5.0.5
Description
Visa Chart Components wrapped in r htmlwidgets package
Usage
visaNodeLinkChart(
  tagName,
  linkData,
  nodeData,
  propList,
  width = NULL,
  height = NULL,
  ...
)
Arguments
| tagName | String. The custom web component HTML tag for the Visa Chart Component. Set by respective chart functions. | 
| linkData | a valid R data frame. See more details in respective component functions. | 
| nodeData | 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 visaNodeLinkChart htmlwidget object for creating a variety of plot types
[Package visachartR version 3.3.0 Index]