trace.plot {TWIX} | R Documentation |
A Trace plot shows
trace.plot(obj, sq = 1, quality = NULL, color.palette = topo.colors, alpha = 1)
obj |
formula of the form y ~ x1 + x2 + ... ,
where y must be a factor and x1,x2,... are numeric or factor. |
sq |
an optional data frame containing the variables in the model. |
quality |
the type of plot: barplot or lines. |
color.palette |
The colors for lines or Bar's. |
alpha |
the color for points. |
iDevplot
,plot.TWIX
,TWIX
,scree.plot
data(olives) Tree1<-TWIX(Region~.,data=olives[,1:9],topN=c(2,2),method="local") trace.plot(Tree1,sq=8)