R/hello.R

#' Title
#'
#' description
#'
#' details
#' @return nothing
#' @export
#'
#' @importFrom rgl rgl.points
#' @examples
#' hello()
hello <- function() {
  print("Hello, world!")
}
mdsumner/rglmin documentation built on May 22, 2019, 5:05 p.m.