adjustLayout: Apply layout adjustments to plotly object

View source: R/scatterplot.R

adjustLayoutR Documentation

Apply layout adjustments to plotly object

Description

Apply layout adjustments to plotly object

Usage

adjustLayout(
  p,
  title = "",
  legend_title = "",
  xlab = "x",
  ylab = "y",
  zlab = "z",
  plot_type = "scatter"
)

Arguments

p

Previously generated plotly object

title

Plot title

legend_title

Legend title

xlab

X axis label

ylab

Y axis label

zlab

Z axis label

plot_type

Plot type: 'scatter' or 'scatter3d'

Value

output Plotly object


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.