Suppresses legend from printing
Usage
suppressLegend(myIO, suppressLegend = TRUE)
Arguments
- myIO
an htmlwidget object created by the myIO() function
- suppressLegend
a logical operator defining whether the legend should be printed or not
Value
A modified myIO htmlwidget object with legend display
suppressed.
Examples
# Hide the legend
myIO() |> suppressLegend()