inst/app/global.R

# This file is part of the WaveleT package
# Copyright 2015 2016 Lise Vaudor
# This program is distributed under the GPLv3 license

require(shiny)
require(wavelets)
require(biwavelet)


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