xhost +
or type in an xterm request for the splogin.tc.cornell.edu machine.
xterm -e telnet tc.splogin -display treename:0.0
>options(gui='motif') >help.start()
>motif() %starts a motif screen
>attach('/afs/theory.cornell.edu/user/user2/sholmes/public/.Data')
Some simple graphics:
motif() help.start(gui=''motif'') x<-rnorm(50) y<-rnorm(50) h<-chull(x,y) plot(x,y) polygon(x[h],y[h],dens=15,angle=30) objects() rm(x,y,h) x<-rnorm(500) y<-rnorm(500) hist(c(x,y+2),25) contour(hist2d(x,y,,,8,8)) persp(hist2d(x,y,,,8,8)) image(hist2d(x,y,,,8,8))
Looking at multivariate data graphically:
faces(t(cereal.attitude), labels = dimnames(cereal.attitude)[[2]],ncol = 3) brush(randu) spin(diabm) xgobi(diabm)
attach('/afs/theory.cornell.edu/user/user2/sholmes/public/.Data')
vinm
pairs(vinm[,1:6])
brush(vinm)
res.acp.vin_acp.us(vinm,q.choix=2)
caplot.us(res.acp.vin)
sleep2
res.sleep_acp.us(mamm1,q.choix=2)
caplot.us(res.sleep)
res.crab_acp.us(crab)
caplot.us(res.crab)
Some contingency table type data:
pairs(diabm) help(cereal) faces(t(cereal.attitude), labels = dimnames(cereal.attitude)[[2]],ncol = 3) res.cer1_ca.us(cereal.attitude) caplot.us(res.cer1) eyes res.eye1_ca.us(eyes) caplot(eyes) fumeurs