tests/testthat/test_plots.R

context("Plotting")

test_that("plot_llike works", {
  set.seed(634)
  llike_vec <- sort(stats::rnorm(100))
  itermax <- 500
  plot_llike(llike_vec = llike_vec, itermax = itermax)
}
)
dcgerard/UltimateDeconvolution documentation built on May 15, 2019, 1:24 a.m.