Mercurial > repos > fabio > iwtomics
comparison loadandplot.R @ 28:97b7f7bd7f43 draft
Uploaded 20170531
| author | fabio |
|---|---|
| date | Wed, 31 May 2017 12:23:11 -0400 |
| parents | 1e677d6b1aaf |
| children | 3c610e8659bd |
comparison
equal
deleted
inserted
replaced
| 27:e94238983bdf | 28:97b7f7bd7f43 |
|---|---|
| 1 library("IWTomics", quietly=TRUE, warn.conflicts=FALSE,verbose = FALSE) | |
| 1 if (require("IWTomics",character.only = TRUE,quietly = FALSE)) { | 2 if (require("IWTomics",character.only = TRUE,quietly = FALSE)) { |
| 2 require(tools,quietly = FALSE) | 3 require(tools,quietly = FALSE) |
| 3 args=commandArgs(TRUE) | 4 args=commandArgs(TRUE) |
| 4 | 5 |
| 5 for (i in seq_along(args)) { | 6 for (i in seq_along(args)) { |
