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
  )
)
slu-openGIS/biscale documentation built on Sept. 17, 2022, 6:49 a.m.