Learn R Programming

forestr (version 2.0.2)

pcl_diagnostic_plot: PCL diagnostic plot

Description

pcl_diagnostic_plot this function provides a diagnostic view of raw PCL data

Usage

pcl_diagnostic_plot(df, filename)

Arguments

df

data frame of unprocessed PCL data

filename

name of file currently being processed

Value

a plot of PCL data showing marker spacing

Details

This function provides a graphic view of raw PCL data to check for equal data spacing and marker spacing

Examples

Run this code
# NOT RUN {
# using the Ordway-Swisher Data set
pcl_diagnostic_plot(osbs)

# }

Run the code above in your browser using DataLab