Learn R Programming

myIO (version 1.2.0)

suppressLegend: Suppress Legend Display

Description

Suppresses legend from printing

Usage

suppressLegend(myIO, suppressLegend = TRUE)

Value

A modified myIO htmlwidget object with legend display suppressed.

Arguments

myIO

an htmlwidget object created by the myIO() function

suppressLegend

a logical operator defining whether the legend should be printed or not

Examples

Run this code
# Hide the legend
myIO() |> suppressLegend()

Run the code above in your browser using DataLab