R/staple_example_data.R

Defines functions staple_example_data

Documented in staple_example_data

#' STAPLE Example Data
#'
#' @return Character vector of filenames
#' @export
#'
#' @examples
#' staple_example_data()
staple_example_data = function() {
  fnames = paste0("seg_", 1:3, ".nii.gz")
  system.file("extdata", fnames, package = "stapler")
}
neuroconductor-releases/stapler documentation built on Jan. 1, 2021, 11:44 a.m.