comparison calc.r @ 0:fff88b734caf draft

Uploaded
author dereeper
date Tue, 10 Aug 2021 19:27:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:fff88b734caf
1 #!/usr/bin/Rscript
2 d<-scan("stdin", quiet=TRUE)
3 #d <- c(d)
4 #1.4, 5.66, 7.13, 9.21)
5 cat(min(d), max(d), quantile(d), sep=";")