powered by
calc_intensity calcualtes statisitcs from the intensity column of the PCL data
calc_intensity
calc_intensity(df, filename)
data frame of uncorrected PCL data
name of file currently being processed
statisics on the intensity data
The calc_intensity function calculates statistics about the intensity data in the PCL data, including min, max, sd, mean, median.
# NOT RUN { intensity_stats <- calc_intensity(pcl_adjusted, filename = "UVA") # }
Run the code above in your browser using DataLab