R/points20.R

#' Coordinates of mesh vertices for spherical numerical integration.
#'
#' Coordinates of 4002 mesh vertices for spherical numerical integration.
#'
#' @docType data
#'
#'
#' @format A data frame with three columns:
#' \describe{
#'  \item{V1}{Coordinate of the first cell vertex.}
#'  \item{V2}{Coordinate of the second cell vertex.}
#'  \item{V3}{Coordinate of the third cell vertex.}
#' }
#' @examples
#' \dontrun{
#'  points20
#' }
"points20"
#' @keywords internal

Try the HDiR package in your browser

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

HDiR documentation built on Nov. 16, 2022, 5:14 p.m.