adjust_network: adjust_network

Description Usage Arguments Value Note Author(s) References

View source: R/adjust_network.R

Description

run adjustment of a geodetic free network, using the GNU gama library.

Usage

1
adjust_network(fixed, obs, output = NA)

Arguments

fixed

data.frame; giving the coordinates to the fixed (known) points in the network.

obs

data.frame; giving the measured distance and bearing to the known and unknown points.

output

optional filename for the output from gama-local. Some info from the R-package will be added. No information from gama-local will be removed.

Value

a data.frame with the coordinates for all the points in the network, including the known points. Optionally a file with the output from the adjustment in gama-local (adjustment errors etc.).

Note

the input coordinates of the known points should be formated as a three-column data.frame with three columns

The input distances and bearings should be formated as a data.frame with four colums:

Author(s)

Marius Hauglin 2016-2017 marius.hauglin@gmail.com

References

Ale<c5><a1> <c4><8c>epek, GNU gama project, https://www.gnu.org/software/gama/


kmhaug/gama documentation built on May 24, 2019, 5:01 a.m.