loadCompleteCleanData: Load and clean a dataset with all variables that were tested...

View source: R/loadCompleteCleanData.R

loadCompleteCleanDataR Documentation

Load and clean a dataset with all variables that were tested to model maturity.

Description

Function to load and clean data: select maturity, LiDAR and topographic variables and normalize intensity metrics. Parcel area and distance to nearest road or forest track are also included, such as LiDAR flight and observed stand type.

Usage

loadCompleteCleanData()

Arguments

deleteGTGBna

logical.

Value

Return LiDAR metric and terrain releve data frames

Examples

terrain=loadCompleteCleanData(deleteGTGBna = FALSE)[[1]]
metric=loadCompleteCleanData(deleteGTGBna = FALSE)[[2]]

etiennelalechere/maturitymodelling documentation built on Dec. 9, 2022, 8:02 p.m.