spatial: Build a spatial model

View source: R/spatial.R

spatialR Documentation

Build a spatial model

Description

Check conformity of arguments and return a spatial object.

Usage

spatial(coordinates, incidence, covariance, precision)

Arguments

coordinates

two-column matrix-like set of row and column coordinates of observational units

incidence

matrix-like object

covariance

matrix-like object

precision

matrix-like object

Value

A list with elements coordinates, incidence.matrix, structure.matrix and structure.type, which is a string indicating either covariance or precision.


famuvie/breedR documentation built on Aug. 6, 2024, 9:10 p.m.