| add_legend {deckgl} | R Documentation | 
Add a legend to the deckgl widget
Description
Add a legend to the deckgl widget
Usage
add_legend(
  deckgl,
  colors,
  labels,
  title = NULL,
  pos = "top-right",
  style = NULL,
  ...
)
Arguments
| deckgl | A deckgl widget object. | 
| colors | The colors of the legend items. | 
| labels | The labels corresponding to the colors of the legend items. | 
| title | The title of the legend. | 
| pos | The position of the control. Possible values are  | 
| style | A  | 
| ... | not used | 
[Package deckgl version 0.3.0 Index]