tran.spatial {RSurvey}R Documentation

Spatial Fields for Raster Data

Description

Identify raster fields corresponding to spatial coordinates.

Usage

tran.spatial(rasterFields, spatialFields = NULL, tt2 = NULL)

Arguments

rasterFields an array giving all raster fields.
spatialFields current raster fields corresponding to the spatial coordinates (x,y).
tt2 a Tk toplevel widget.

Value

A character array containing field names associated with the local x-axis [1] and local z-axis [2] coordinates.

Author(s)

Fisher, J. C.

Examples

tran.spatial(c("X (m)", "Z (m)", "T (degC"), c("X (m)", "Z (m)"))

[Package RSurvey version 0.4.5 Index]