/utils/latency/test.R
R | 4 lines | 2 code | 1 blank | 1 comment | 0 complexity | ea55f0964f4b3dd6fe75dabf49281ade MD5 | raw file
- #!/usr/bin/env Rscript
- tbl <- read.csv("scores3.csv", sep=";", header=FALSE)
- plot(tbl)
- #!/usr/bin/env Rscript
- tbl <- read.csv("scores3.csv", sep=";", header=FALSE)
- plot(tbl)