R/methods-LAScluster.R

Defines functions LAScluster

LAScluster <- function(center, width, height, buffer, shape, files, name, crs = sf::NA_crs_, index = LIDRDEFAULTINDEX)
{
  return(new("LAScluster", center, width, height, buffer, shape, files, name, "", crs, index))
}
Jean-Romain/lidR documentation built on April 6, 2024, 9:41 p.m.