set_axis_titles: Set Titles for x and y axis in plotly objects

set_axis_titlesR Documentation

Set Titles for x and y axis in plotly objects

Description

Set Titles for x and y axis in plotly objects

Usage

set_axis_titles(
  plotly_object,
  curve,
  max_y_range = NA,
  min_y_range = NA,
  min_x_range = NA,
  max_x_range = NA
)

Arguments

plotly_object

a plotly object

curve

the required curve

max_y_range

the maximum value of y range (for lift and decision curve)

min_y_range

the minimum value of y range (for decision curve)

min_x_range

the minimum value of x range (for decision curve)

max_x_range

the maximum value of x range (for decision curve)


uriahf/rtichoke documentation built on Nov. 22, 2023, 1:30 a.m.