testAlphaThreshold: Find the best threshold (Alpha)

Description Usage Arguments Value

Description

Generated graphs for different threshold values to select the best value for cleaning the point cloud and make it usable for the TreeMap. The selected final threshold value should be used to remove single points and branch points. Only isolated trunks should remain visible

Usage

1
2
testAlphaThreshold(data, standName = NULL, Threshold = c(3, 5, 8, 10),
  saveGraphPath = "./TLSAnalysis")

Arguments

data

must be the data generated by the function DataInit to work

standName

Optional. If the tested plot has a name, it will be added to the name of the graphics (name = TestStd by default).

Threshold

Indicates the threshold value to be tested (can be a vector of several values). A look at the graphs generated will allow to adjust the desired values and retest them.

saveGraphPath

indicates the folder where the graphs will be generated.

Value

Returns graphs stored in the chosen folder


EmmanuelDuchateau/TLS documentation built on May 14, 2019, 2:01 p.m.