plotly_contour {WeibullR.plotly}R Documentation

Interactive Contour Plot.

Description

Interactive Contour Plot.

Usage

plotly_contour(
  wblr_obj,
  main = NULL,
  xlab = NULL,
  ylab = NULL,
  showGrid = NULL,
  col = NULL,
  gridCol = NULL,
  signif = NULL
)

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.

Examples

library(WeibullR)
library(WeibullR.plotly)
failures<-c(30, 49, 82, 90, 96)
obj<-wblr.conf(wblr.fit(wblr(failures), method.fit = 'mle'), method.conf = 'lrb')
plotly_contour(obj)

[Package WeibullR.plotly version 0.2.0 Index]