Learn R Programming

ume (version 1.5.2)

uplot_layout: Internal: Apply UME layout styling to plotly figures

Description

Internal helper function used by UME plotting functions to add consistent layout styling and an optional UME logo annotation to Plotly figures.

This function is not exported. End users should not call it.

Usage

uplot_layout(fig, margin = TRUE, ...)

Value

A modified plotly object with UME styling applied.

Arguments

fig

A plotly object.

margin

Logical. If TRUE, applies extended outer margins.

...

Reserved for future extensions.