calc_intensity function

Intensity Statistics

Intensity Statistics

calc_intensity calcualtes statisitcs from the intensity column of the PCL data

calc_intensity(df, filename)

Arguments

  • df: data frame of uncorrected PCL data
  • filename: name of file currently being processed

Returns

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

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