view calc.r @ 2:2920630b4d02 draft

Uploaded
author dereeper
date Wed, 11 Aug 2021 15:53:11 +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=";")