powered by
Dotchart-like plot sfor every scaled variable grouped by factor
Linechart(vars, groups, xticks=TRUE, xmarks=TRUE, mad=FALSE, pch=19, se.lwd=1, se.col=1, ...)
Variables to draw (data frame)
Grouing factor
Show xticks?
Show xmarks?
Show MAD instead of IQR?
Points type
Lines width
Lines color
arguments to 'plot()'
Dotchart-based plot showing medians and IQRs (or mads) for every scaled variable grouped by 'groups' factor.
Alternatives: trellis designs.
Boxplots
# NOT RUN { Trees <- trees Trees[, 4] <- sample(letters[1:3], nrow(Trees), replace=TRUE) Linechart(Trees[, 1:3], factor(Trees[, 4])) # }
Run the code above in your browser using DataLab