tran.velocity {RSurvey} | R Documentation |
A GUI for identifying raster fields corresponding to velocity components.
tran.velocity(rasterFields, velocityFields = NULL, tt2 = NULL)
rasterFields |
an array containing all raster field names. |
velocityFields |
current raster fields corresponding to the x, y, z, and principle velocity components. |
tt2 |
a Tk toplevel widget. |
A character array of field names associated with velocity components in the
x [1]
, y [2]
, z [3]
, and principle [4]
directions.
Fisher, J. C.
tran.velocity(c("VelE (m/s)", "VelN (m/s)", "VelU (m/s)", "VelM (m/s)"))