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