Discussion:
Desktop made by RXLisp
Jan de Leeuw
2002-08-30 01:23:31 UTC
Permalink
This shows R.bin running in a terminal window, and using XLISP-STAT
to make the X11 plots (with OroborusX as a window manager).

Commands are
.XLisp("histogram",rnorm(100),title="Almost Normal")
x<-list(rnorm(20),rnorm(20),rnorm(20))
.XLisp("scatterplot-matrix",x,":variable-
labels",list("one","two","three"))
.XLisp("spin-plot",x)
Loading...