align_slope_plane_fit: 3D plane fit for a set of points

Description Usage Arguments Value Author(s) Examples

View source: R/align_slope_plane_fit.R

Description

Fits a 3D plane into a set of 3D points (x,y,z)

Usage

1
2
3
4
5
align_slope_plane_fit(
  terrain_data = "*.xyz",
  full_data = "*.xyz",
  plotting = F
)

Arguments

terrain_data

A file containing the (terrain) points into which the plane will be fitted

full_data

A file containing the points that will be aligned/rotation based on the plane surface normal

Value

Slope in degree of the aligned data.

Author(s)

Matthias Kunz, last updated: 18.12.2019

Examples

1
align_slope_plane_fit(terrain_data="terrain.xyz", full_data="full.xyz", plotting=F)

spatial-mk/tre3d documentation built on April 1, 2020, 5:26 p.m.