comparison charts.r @ 65:48c591b9e917 draft

Uploaded
author guerler
date Fri, 27 Feb 2015 02:43:07 -0500
parents 8aa930289c8b
children
comparison
equal deleted inserted replaced
64:8aa930289c8b 65:48c591b9e917
50 # read columns/settings 50 # read columns/settings
51 columns = split(opt$columns) 51 columns = split(opt$columns)
52 settings = split(opt$settings) 52 settings = split(opt$settings)
53 53
54 # read table 54 # read table
55 table <- read.table(opt$input, comment.char = "#") 55 table <- read.table(opt$input, comment.char='#', fill=TRUE)
56 56
57 # identify module file 57 # identify module file
58 module_file = paste(opt$workdir, opt$module, '.r', sep='') 58 module_file = paste(opt$workdir, opt$module, '.r', sep='')
59 59
60 # source module 60 # source module