MeanFrac: Computation of mean fractal dimensions for a point cloud with...

Description Usage Arguments Value Author(s) Examples

View source: R/MeanFrac.R

Description

Computation of mean fractal dimensions for a point cloud with definded cross section based on angular resolution

Usage

1
MeanFrac(input_cloud = df, angular_resolution = 360/2560, plotting = F)

Arguments

angular_resolution

Angular resolution of the scan, i.e. 360/number of points. Default 360/2560.

plotting

Logical. Should the MeanFrac polygons be plotted. Note: This may takes a long time. Default FALSE.

input_df

Data frame that holds the point cloud

Value

List with MeanFrac and fractal dimension for each cross section

Author(s)

Matthias Kunz, last updated: 19.12.2019

Examples

1
MeanFrac(input_cloud=df, angular_resolution=360/2560, plotting=F)

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