tran.spatial {RSurvey} | R Documentation |
Identify raster fields corresponding to spatial coordinates.
tran.spatial(rasterFields, spatialFields = NULL, tt2 = NULL)
rasterFields |
an array giving all raster fields. |
spatialFields |
current raster fields corresponding to the spatial coordinates (x,y) . |
tt2 |
a Tk toplevel widget. |
A character array containing field names associated with the local x-axis [1]
and local z-axis [2]
coordinates.
Fisher, J. C.
tran.spatial(c("X (m)", "Z (m)", "T (degC"), c("X (m)", "Z (m)"))