R/Hills.R

#' Hills surface mesh
#'
#'
#' Sample mesh created with the formula: `z=3cos(x/2)+3sin(y/2)
#'
#'
#' @docType data
#'
#' @usage data(Hills)
#'
#' @format An object of class \code{"mesh3d"}
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(Hills)
#' DNE_Output <- DNE(Hills)
#' DNE3d(DNE_Output)
"Hills"

Try the molaR package in your browser

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

molaR documentation built on Feb. 16, 2023, 10:33 p.m.