set_axis_titles | R Documentation |
Set Titles for x and y axis in plotly objects
set_axis_titles(
plotly_object,
curve,
max_y_range = NA,
min_y_range = NA,
min_x_range = NA,
max_x_range = NA
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.