tests/testthat/_snaps/colour-mapping.md

col_quantile handles skewed data

Code
  x <- c(1:5, rep(10, 10))
  col <- col_quantile("RdYlBu", domain = x, n = 7)(x)
Condition
  Warning:
  Skewed data means we can only allocate 4 unique colours not the 7 requested
Code
  col <- col_quantile("RdYlBu", domain = NULL, n = 7)(x)
Condition
  Warning:
  Skewed data means we can only allocate 4 unique colours not the 7 requested


Try the scales package in your browser

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

scales documentation built on Aug. 20, 2022, 1:05 a.m.