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))
}

Try the lidR package in your browser

Any scripts or data that you put into this service are public.

lidR documentation built on Sept. 8, 2023, 5:10 p.m.