trace.plot {TWIX}R Documentation

Trace-plot

Description

A Trace plot shows

Usage

trace.plot(obj, sq = 1, quality = NULL, color.palette = topo.colors, 
                alpha = 1) 

Arguments

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.

See Also

iDevplot,plot.TWIX,TWIX,scree.plot

Examples

data(olives)
Tree1<-TWIX(Region~.,data=olives[,1:9],topN=c(2,2),method="local")
trace.plot(Tree1,sq=8)

[Package TWIX version 0.2.4 Index]