layout: Modify the layout of a plotly visualization
Description
Modify the layout of a plotly visualization
Usage
layout(p, ..., data = NULL)
Arguments
data
A data frame to associate with this layout (optional). If not
provided, arguments are evaluated using the data frame in plot_ly()
.