dia.rect(x, y = NULL, labels = NULL, cex = 1, xlim = c(0, 1), ylim = c(0, 1), ...)
dia.ellipse(x, y = NULL, labels = NULL, cex=1,e.size=.05, xlim=c(0,1), ylim=c(0,1), ...)
dia.ellipse1(x,y,segments=51,e.size=.05,xlim=c(0,1),ylim=c(0,1),...)
dia.arrow(from,to,labels=NULL,scale=1,radius1=0,radius2=0,cex=1,...)
dia.curve(from,to,labels=NULL,scale=1,...)
dia.self(location,labels=NULL,scale=.8,side=2,...)
fa.diagram
, omega.diagram
, and ICLUST.diagram
. They create rectangles or ellipses surrounding text, connect them to straight or curved arrows, and can draw an arrow from and to the same rectangle. Each elipse and rectangle has a left, right, top and bottom coordinate that is used to connect the arrows.
These functions were developed to get around the infelicities associated with trying to install Rgraphviz and graphviz.
Better documentation will be added as these functions get improved. Currently the functions are just a work around for Rgraphviz.
fa.diagram
, omega.diagram
, and ICLUST.diagram
.v9 <- sim.hierarchical()
f3 <- fa(v9,3,rotate="cluster")
fa.diagram(f3,error=TRUE,side=3)
Run the code above in your browser using DataLab