smoothing: smoothing

View source: R/smoothing.r

smoothingR Documentation

smoothing

Description

applies a function on spatial data over a grid

Usage

smoothing(
  dat,
  fun = mean,
  res = 0.01,
  aspr = 1.34564,
  no.data = "0",
  matrix = F,
  procedure = 1,
  subset.poly = NULL,
  expand = 0.1
)

Arguments

dat

= undocumented

fun

= undocumented

res

= undocumented

aspr

= undocumented

no.data

= undocumented

matrix

= undocumented

procedure

= undocumented

subset.poly

= undocumented

expand

= undocumented

Author(s)

Brad Hubley


BradHubley/SpatialHub documentation built on April 6, 2024, 4:43 p.m.