write_hit_matrix_to_csv {forestr}R Documentation

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

## Not run: 
# This function runs internally.
write_hit_matrix_to_csv(m, outputname, output_directory)

## End(Not run)

[Package forestr version 2.0.2 Index]