Learn R Programming

forestr (version 2.0.2)

calc_intensity: Intensity Statistics

Description

calc_intensity calcualtes statisitcs from the intensity column of the PCL data

Usage

calc_intensity(df, filename)

Arguments

df

data frame of uncorrected PCL data

filename

name of file currently being processed

Value

statisics on the intensity data

Details

The calc_intensity function calculates statistics about the intensity data in the PCL data, including min, max, sd, mean, median.

Examples

Run this code
# NOT RUN {
intensity_stats <- calc_intensity(pcl_adjusted, filename = "UVA")

# }

Run the code above in your browser using DataLab