tests/testthat/test-DAISIE_plot_comparison_stts.R

test_that("abuse", {
  expect_error(
    DAISIE_plot_comparison_stts(
      time = 5,
      plot_lists_simulations = "?",
      plot_lists_simulations_MLE = "?",
      type = "nonsense"
    ),
    "type should be 'all_species', 'type1_species' or 'type2_species'"
  )
})

Try the DAISIE package in your browser

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

DAISIE documentation built on Oct. 22, 2023, 1:06 a.m.