slope_arr: slope_arr

View source: R/slope_rast.R

slope_arrR Documentation

slope_arr

Description

slope_arr

Usage

slope_arr(
  arr,
  fun = rtrend::slope_mk,
  return.list = FALSE,
  .progress = "text",
  ...
)

Value

t, A 3d array, with the dim of [nx, ny, 2].

  • t[,,1]: slope

  • t[,,2]: pvalue


rtrend documentation built on Nov. 10, 2022, 6:14 p.m.