Learn R Programming

forestr (version 2.0.2)

write_hit_matrix_to_csv: Writes hit matrix to csv for further analysis

Description

write_hit_matrix_to_csv writes hit matrix to .csv for further analysis

Usage

write_hit_matrix_to_csv(m, outputname, output_directory)

Arguments

m

matrix of VAI with z and x coordinates

outputname

name of file currently being processed

output_directory

directory where output goes

Details

This is a specific sub-function that writes the output variables to disk in .csv format and runs within the functions process_pcl, process_multi_pcl, and proces_tls.

See Also

process_pcl write_pcl_to_csv write_summary_matrix_to_csv

Examples

Run this code
# NOT RUN {
# This function runs internally.
write_hit_matrix_to_csv(m, outputname, output_directory)
# }

Run the code above in your browser using DataLab