print_crosssection: Graphic view

Usage Arguments Author(s) References See Also Examples

Usage

1
print_crossection(data, interpolace, oko)

Arguments

data

Data must be in format: data.frame. In data there must be columns: Loc, Depth, MeasD, Vel. Means: Loc - "x" location of point from the bank of the stream [meters], Depth - depth of vertical of measuring point [meters], MeasD - depth of measuring point in vertical [meters], Vel - measured point velocity [m*s^(-1)]. Gauging verticals must be in order from the lowest value of "x" location to highest "x" location or from the highest value of "x" location to the lowest value of "x" location.

interpolace

interpolace = 1 for the aritmetical mean, 2 for the inverse distance weighted, 3 for the ordinary kriging interpolation

oko

size of the grid, in [m]

Author(s)

Eliška Friedlová (Hasníková)

References

Deepayan Sarkar and Felix Andrews (2016). latticeExtra: Extra Graphical Utilities Based on Lattice. R package version 0.6-28. https://CRAN.R-project.org/package=latticeExtra

See Also

See Also levelplot

Examples

1
print_crossection(data_01,2,0.05)

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