Intensity Statistics
calc_intensity
calcualtes statisitcs from the intensity column of the PCL data
calc_intensity(df, filename)
df
: data frame of uncorrected PCL datafilename
: name of file currently being processedstatisics on the intensity data
The calc_intensity
function calculates statistics about the intensity data in the PCL data, including min, max, sd, mean, median.
intensity_stats <- calc_intensity(pcl_adjusted, filename = "UVA")