Learn R Programming

BSTFA (version 0.1.0)

makePredS: Create a matrix of bisquare bases for new locations.

Description

Create a matrix of bisquare bases for new locations. Used internally within the predictBSTFA function. Currently only implemented for 2-dimensional coordinates.

Usage

makePredS(out, location)

Value

A matrix containing the appropriate multiresolution bisquare bases evaluated at the input locations.

Arguments

out

Output object from BSTFA or BSTFAfull functions.

location

Matrix of coordinates for the new locations.

Author

Candace Berrett and Adam Simpson