wendland2_1: Taper Function

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Taper function we're using

Usage

1
wendland2_1(d, taprange)

Arguments

d

A vec containing the small distance values

taprange

A double indicating the taper range

Value

A vec that has had tapering applied to d.

Examples

1
2
3
data(anom1962)
d = rdist_earth1(head(loc))
wendland2_1(d, 20)

coatless/pims_bigdata documentation built on May 13, 2019, 8:46 p.m.