update R helper functions
This commit is contained in:
parent
6a8dce8cd1
commit
70bb1c7682
@ -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=" ")
|
||||
|
Loading…
Reference in New Issue
Block a user