# NOT RUN {
faces()
faces(face.type=1)
faces(rbind(1:3,5:3,3:5,5:7))
data(longley)
faces(longley[1:9,],face.type=0)
faces(longley[1:9,],face.type=1)
plot(longley[1:16,2:3],bty="n")
a<-faces(longley[1:16,],plot=FALSE)
plot.faces(a,longley[1:16,2],longley[1:16,3],width=35,height=30)
set.seed(17)
faces(matrix(sample(1:1000,128,),16,8),main="random faces")
a<-faces(rbind(1:3,5:3,3:5,5:7),plot.faces=FALSE)
plot(0:5,0:5,type="n")
plot(a,x.pos=1:4,y.pos=1:4,1.5,0.7)
# during Christmastime
faces(face.type=2)
# }
Run the code above in your browser using DataLab