view calc.r @ 0:fff88b734caf draft

Uploaded
author dereeper
date Tue, 10 Aug 2021 19:27:51 +0000
parents
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=";")