tests/testthat/test-skr_param_graph.R

test_with_dir("SKR Graphs", {
  testthat::expect_no_error(
    skr_param_graph(
      skr_param = TAD::skr_ses_dataframe,
      statistics_factor_name = c("Treatment"),
      statistics_factor_name_breaks = c("Mown_Unfertilized", "Mown_NPK"),
      statistics_factor_name_col = c("#1A85FF", "#D41159")
    )
  )

})

Try the TAD package in your browser

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

TAD documentation built on April 4, 2025, 5:10 a.m.