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 Sept. 15, 2024, 3:22 a.m.