R/cpp11.R

Defines functions kde_estimate

# Generated by cpp11: do not edit by hand

kde_estimate <- function(fishnet, points, bw, kernel, scaled, decay, weights, showProgressBar) {
  .Call(`_SpatialKDE_kde_estimate`, fishnet, points, bw, kernel, scaled, decay, weights, showProgressBar)
}

Try the SpatialKDE package in your browser

Any scripts or data that you put into this service are public.

SpatialKDE documentation built on March 7, 2023, 6:25 p.m.