calc_intensity: Intensity Statistics

Description Usage Arguments Details Value Examples

View source: R/calc_intensity.R

Description

calc_intensity calcualtes statisitcs from the intensity column of the PCL data

Usage

1
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

1
intensity_stats <- calc_intensity(pcl_adjusted, filename = "UVA")

forestr documentation built on April 17, 2020, 1:26 a.m.