Interactive Contour Plot.
Usage
plotly_contour(
wblr_obj,
main = "Contour Plot",
xlab = "Eta",
ylab = "Beta",
showGrid = TRUE,
col = "black",
gridCol = "lightgray",
signif = 3
)
Arguments
- wblr_obj
An object of class 'wblr'.
- main
Main title.
- xlab
X-axis label.
- ylab
Y-axis label.
- showGrid
Show grid (TRUE) or hide grid (FALSE).
- col
Color of the model contour
- gridCol
Color of the grid.
- signif
Significant digits of results
Value
The function returns no value.