R/point_cloud.R

#' This is an example of txt file format of point cloud data input
#'
#' @name point_cloud.txt
#' @docType data
#' @author Riccardo Campana \email{riccarl@@hotmail.it}
#' @references 
#' @keywords point cloud
#' @format A point cloud in txt file format:
#' \describe{
#'   \item{X}{X coordinate of point}
#'   \item{Y}{Y coordinate of point}
#'   \item{Z}{Z coordinate of point}
#'   \item{R}{R color band}
#'   \item{G}{G color band}
#'   \item{B}{B color band}
#' }
# @source \url{http:/}

Try the JFM package in your browser

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

JFM documentation built on March 28, 2022, 9:12 a.m.