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'"
  )
})
xieshu95/Trait_dependent_TraiSIE documentation built on Nov. 22, 2019, 7:51 a.m.