R/which.protocol.R

Defines functions which.protocol

Documented in which.protocol

#' @title Which metric to choose
#' @description An interactive decision tree to choose the most appropriate ANTs analytical protocol and related function according to the research question.
#' @author Sebastian Sosa
#' @keywords export
which.protocol <- function(){
  browseURL(paste(system.file(package = "ANTs"),"/www/ANTs which protocol.html", sep = ''))
  # .Tcl("update") for tcltk window function
}
SebastianSosa/ANTs documentation built on Sept. 25, 2023, 11:06 p.m.