R/have_mat.R

Defines functions Avb_fun

Documented in Avb_fun

#' Function to check whether Matlab is available
#'
#' @return a boolean variable
#'
#' @export
#' @examples
#' Avb_fun()
#'
Avb_fun = function(){
  out = matlabr::have_matlab()
  return(out)
}

Try the DICOMread package in your browser

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

DICOMread documentation built on May 16, 2021, 1:07 a.m.