[R] Cube plots
Duncan Murdoch
murdoch at stats.uwo.ca
Mon Oct 23 13:35:51 CEST 2006
On 10/23/2006 7:17 AM, Robert Kinley wrote:
> Hi
>
> does anyone know of any R functions or packages for the following :-
> . generating cube plots for displaying the results from a response
> surface experiment design
> . generating ternary plots from a mixture design
> . tetrahedral plot or quaternary plot for displaying results from a four
> factor mixture experiment
persp (in graphics) or persp3d (in rgl) can do surface plots; is that
what a cube plot is?
I'm sure I've seen mixture plots before; try RSiteSearch or look in the
R Graphics Gallery.
I don't think I've see tetrahedral plots, but the strategy above might
turn them up.
Duncan Murdoch
>
> thanks Bob Kinley
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list