view calc.r @ 3:269130fc81f6 draft default tip

Uploaded
author dereeper
date Wed, 11 Aug 2021 15:53:25 +0000
parents fff88b734caf
children
line wrap: on
line source

#!/usr/bin/Rscript
d<-scan("stdin", quiet=TRUE)
#d <- c(d)
#1.4, 5.66, 7.13, 9.21)
cat(min(d), max(d), quantile(d), sep=";")