R/findmypath.R

Defines functions findmypath

Documented in findmypath

#' Find path to graphiT package
#'
#' This function is used internally to find package's path.
#' @keywords graphiT, graphic, toolkat
#' @export

findmypath=function(dir,file){
  path=system.file(dir,file,package="graphiT")
  return(path)
}
lvaudor/graphiT documentation built on May 21, 2019, 8:59 a.m.