update R helper functions

This commit is contained in:
James McClure 2019-09-08 20:38:00 -04:00
parent 6a8dce8cd1
commit 70bb1c7682

View File

@ -1,5 +1,7 @@
require("ggplot2")
GG_THEME=theme_bw()+theme(panel.grid.major = element_blank(),panel.grid.minor = element_blank())
ReadSubphase<-function(PATH){
FILE=paste0(PATH,"/subphase.csv")
S<-read.csv(FILE,head=TRUE,sep=" ")