R/test_vec.R

#' test vector
#' 
#' \code{test_vector} this is a test.
#'
#' @param y input.
#' @return whatever.
#'   
#' @export 
test_vec <-
function(
  y
) {

  .Call("R_testsexp", y)
  
}
jlisic/POETree documentation built on May 19, 2019, 12:46 p.m.