tests/testthat/test_plotBM.R

context("plot BM")
test_that("plot BM", {
  a<-genBM(100,1,1)
  expect_silent(plotBM(a,1))
  a<-genBM(100,2,1)
  expect_silent(plotBM(a,1))
})
atuldeshpande/simBM documentation built on May 10, 2019, 2:13 p.m.