tests/testthat/test-surplot.R

test_that("test-surplot", {
  x <- seq(0,20,by=0.01)
  theta <- 8
  beta <- 1
  expect_equal(surplot(x,theta,beta), surplot(x,theta=8,beta=1))
})

Try the twopexp package in your browser

Any scripts or data that you put into this service are public.

twopexp documentation built on July 9, 2023, 7:41 p.m.