NormMeasD: Function for use of interpolation methods in the stream...

Description Usage Arguments Details Author(s) Examples

Description

Transformation of measured depths during point velocity measurement of cross-section to the coordinates with the zero value in the river surface and minus values minimizing in the direction to the river bed.

Usage

1
NormMeasD(aa, ba)

Arguments

aa

vector of depths of gauging verticals in the stream cross-section.

ba

vector of the depths of single points in gauging verticals in the stream cross-section

Details

Length of the vectors must be equal.

Author(s)

Eliška Friedlová (Hasníková)

Examples

1
2
3
4
5
Depth = data_01$Depth #verticals, but each vertical must be n times, smae as the number of single points
MeasD = data_01$MeasD #single points
Depth
MeasD
NormMeasD(Depth,MeasD)

houbysvoctem/StreamDischarge documentation built on May 9, 2019, 7:33 p.m.