R/help.R

Defines functions help_transform help_filter

Documented in help_filter help_transform

#' LASlib filter and transform operation
#'
#' Print the existing LASlib filter and transform commands
#'
#' @export
#' @rdname LASlibdoc
help_filter = function()
{
  lasfilterusage()
}

#' @export
#' @rdname LASlibdoc
help_transform = function()
{
  lastransformusage()
}
Jean-Romain/rlas documentation built on June 9, 2025, 3:49 a.m.