Learn R Programming

vvshiny (version 0.1.1)

clean_pltly_legend: Clean the legend of a plotly object

Description

This function cleans the legend of a plotly object by removing unnecessary duplication. It is specifically designed to work around a bug that causes facet_wrap to create a separate legend entry for each facet.

Usage

clean_pltly_legend(pltly_obj, new_legend = c())

Value

The input plotly object with its legend cleaned.

Arguments

pltly_obj

A plotly object with a legend to be cleaned.

new_legend

An optional vector of strings specifying new legend entries. Default is an empty vector.