interpolateWithinSingleSpatial: Interpolate and sample within a single polygon (Called by...

Description Usage Arguments Value

View source: R/R-GIS.R

Description

Interpolate and sample within a single polygon (Called by interpolateWithinSpatial)

Usage

1
2
interpolateWithinSingleSpatial(crudeSingle, fineWithin, FUN, nSampleCol,
  samplesize, simplify = FALSE, ...)

Arguments

crudeSingle

A single polygon

fineWithin

A points or polygon sp object whose elements lie within crudeSingle

FUN

A function to be applied to them after sampling

nSampleCol

Column name containing number of elements of fineWithin to sample

samplesize

The number of replicates per element of crude to draw

simplify

Whether to simplify to an array or not

...

Arguments to FUN

Value

List of FUN's results for each sampling


gsk3/taRifx.geo documentation built on May 17, 2019, 8:56 a.m.