tests/testthat/test-scale-hue.R

test_that("scale_hue() checks the type input", {
  pal <- pal_qualitative(type = 1:4)
  expect_snapshot_error(pal(4))
  pal <- pal_qualitative(type = colors())
  expect_silent(pal(4))
  pal <- pal_qualitative(type = list(colors()[1:10], colors()[11:30]))
  expect_silent(pal(4))
})

Try the ggplot2 package in your browser

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

ggplot2 documentation built on June 22, 2024, 11:35 a.m.