tests/testthat/test_interactive_threshold.R

test_that("interactive_threshold",
{
  skip_on_cran()
  iniv <- "0%" # initial value is "0%"
  names(iniv) <- "threshold"
  expected <- image_threshold(img, threshold = iniv)
  expect_equal(expected, interactive_threshold(img))
  expect_equal(iniv, interactive_threshold(img, return_param = TRUE))
  expect_equal(expected, interactive_threshold(img, scale = scale1))
})

Try the magickGUI package in your browser

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

magickGUI documentation built on Sept. 11, 2023, 5:06 p.m.