R/r_obj.R

Defines functions r_obj

Documented in r_obj

#' R 3D Model
#' 
#' 3D obj model of the letter R
#' 
#' @return File location of the R.obj file (saved with a .txt extension)
#' @export
#'
#' @examples
#' #Return the location of the r_obj() file on your filesystem
#' r_obj()
r_obj = function() {
  system.file("extdata", "r_obj.txt", package="rayvertex")
}

Try the rayvertex package in your browser

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

rayvertex documentation built on July 9, 2023, 5:52 p.m.