R/customizeProduct.R

customizeProduct <-
function(filename){
  if(filename == "SRL_POS_HT") {
    colSpe <- c( color = "YlGnBu", rev= FALSE)
  } else if(filename == "SRL_POS_NT") {
    colSpe <- c( color = "YlGnBu", rev= FALSE)
  } else if(filename == "SRL_NEG_HT") {
    colSpe <- c( color = "YlOrRd", rev= FALSE)
  } else{
    colSpe <- c( color = "YlOrRd", rev= FALSE)
  }
  return(list(color=colSpe))
}
stefanrameseder/PartiallyFD documentation built on May 29, 2019, 9:50 a.m.