R/blaunetgui.r

Defines functions blaunetgui

Documented in blaunetgui

blaunetgui <- function(){
  oldwd <- getwd()
  on.exit(setwd(oldwd))
  setwd(paste(.libPaths(), "/Blaunet/scripts/", sep=""))
  source("blaunetgui.R")
}

Try the Blaunet package in your browser

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

Blaunet documentation built on Sept. 27, 2022, 9:05 a.m.