calc_intensity {forestr} | R Documentation |
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 |
Details
The calc_intensity
function calculates statistics about the intensity
data in the PCL data, including min, max, sd, mean, median.
Value
statisics on the intensity data
Examples
intensity_stats <- calc_intensity(pcl_adjusted, filename = "UVA")
[Package forestr version 2.0.2 Index]