| laz.to.array | R Documentation | 
This function reads in a list of .laz or .las files from a given file path and converts each one into a voxelized array based on the x,y,z resolutions you specify.
laz.to.array(laz.file.path, voxel.resolution, z.resolution,
  use.classified.returns)
laz.file.path | 
 Path to the .laz or .las file  | 
voxel.resolution | 
 The spatial resolution (x,y) you want the output voxel to be - this is a single number where both sides of the cell will be the same  | 
z.resolution | 
 the vertical resolution of the voxel  | 
use.classified.returns | 
 TRUE or FALSE statement to determine if the user wants to use preclassified ground returns or the lowest point for "ground"  | 
A list of voxelized arrays
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.