Learn R Programming

btb (version 0.2.1)

kernelSmoothing: Depreciated function of btb_smooth

Description

Function kernelSmoothing has been replaced by btb_smooth

Usage

kernelSmoothing(
  dfObservations,
  sEPSG,
  iCellSize,
  iBandwidth,
  vQuantiles = NULL,
  dfCentroids = NULL,
  fUpdateProgress = NULL,
  iNeighbor = NULL,
  iNbObsMin = 250
)

Value

a warning message

Arguments

dfObservations

points

sEPSG

epsg code

iCellSize

cell size

iBandwidth

smoothing bandwidth

vQuantiles

quantiles

dfCentroids

user grid

fUpdateProgress

message parameter

iNeighbor

number of neighbors pixels

iNbObsMin

technical parameter