make.tapersetup: Create a taper setup for a SPAM matrix

Description Usage Arguments Details Value Examples

View source: R/0functions.R

Description

Get the storage information we'll need to create a sparse matrix

Usage

1
make.tapersetup(d, f.tap, taprange)

Arguments

d

A matrix that is a symmetric distance matrix.

f.tap

A function that is the tapering function to use.

taprange

A double that is used to specify the gamma.

Details

This function is meant to be used to create SPAM matrices. Do not use output for Eigen matrices.

Value

A list

Examples

1
2
3
data(anom1962)
d = rdist.earth(head(loc))
make.tapersetup(d, wendland2.1, 20)

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