| plot_pavd | R Documentation | 
plot_pavd produces a PAVD plot from matrix data
plot_pavd(m, filename, plot.file.path.pavd, hist = FALSE, save_output = FALSE)
| m | matrix of light adjusted vai values. | 
| filename | the name of the file currently being processed. | 
| plot.file.path.pavd | path of plot file to be written, inherited
from  | 
| hist | logical input to include histogram of VAI, if TRUE it is included, if FALSE, it is not. | 
| save_output | if TRUE it saves the plot, if false it just runs | 
This function is a nested function inside of process_pcl. It could be run
independently using the summary_matrix.csv
output files created from running procesS_pcl as well.
plant area volume density plots
plot_hit_grid
# Calculates metrics of canopy structural complexity.
plot_pavd(pcl_vai, filename = "pcl_test", hist = FALSE, save_output = FALSE)
plot_pavd(pcl_vai, filename = "pcl_test", hist = TRUE, save_output = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.