diff calc.r @ 0:fff88b734caf draft

Uploaded
author dereeper
date Tue, 10 Aug 2021 19:27:51 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/calc.r	Tue Aug 10 19:27:51 2021 +0000
@@ -0,0 +1,5 @@
+#!/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=";")