new_image {sjSDM}R Documentation

new_image function

Description

new_image function

Usage

new_image(
  z,
  cols = (grDevices::colorRampPalette(c("white", "#24526E"), bias = 1.5))(10),
  range = c(0.5, 1)
)

Arguments

z

z matrix

cols

cols for gradient

range

rescale to range


[Package sjSDM version 1.0.5 Index]