Re: [R] triangular color plot of array

2013-07-29 Thread Jim Lemon
On 07/30/2013 04:54 AM, White, William Patrick wrote: Hello, I've encountered an interesting situation and can't seem to find an applicable solution. I've got a multivariate synthetic dataset I generated in order to explore various statistical techniques. In my dataset I vary three things, sam

Re: [R] triangular color plot of array

2013-07-29 Thread David Carlson
A triangular plot can represent three dimensions in a two dimensional plane because the three dimensions are constrained by the fact that they sum to 100% (e.g. sand/silt/clay composition of a soil). That does not seem to apply to your example. It sounds like you might need a 3d contour plot. You m