inst/extdata/pal_template.R

,
palName = list(
  d2 = c(
    "1-1" = "#", # low x, low y
    "2-1" = "#", # high x, low y
    "1-2" = "#", # low x, high y
    "2-2" = "#" # high x, high y
  ),
  d3 = c(
    "1-1" = "#", # low x, low y
    "2-1" = "#",
    "3-1" = "#", # high x, low y
    "1-2" = "#",
    "2-2" = "#", # medium x, medium y
    "3-2" = "#",
    "1-3" = "#", # low x, high y
    "2-3" = "#",
    "3-3" = "#" # high x, high y
  ),
  d4 = c(
    "1-1" = "#", # low x, low y
    "2-1" = "#",
    "3-1" = "#",
    "4-1" = "#", # high x, low y
    "1-2" = "#",
    "2-2" = "#",
    "3-2" = "#",
    "4-2" = "#",
    "1-3" = "#",
    "2-3" = "#",
    "3-3" = "#",
    "4-3" = "#",
    "1-4" = "#", # low x, high y
    "2-4" = "#",
    "3-4" = "#",
    "4-4" = "#" # high x, high y
  )
)

Try the biscale package in your browser

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

biscale documentation built on May 28, 2022, 1:14 a.m.