Skip to content
Prev 181055 / 398503 Next

[newbie] how to do a 3d plot of bivariate density?

I presume what you mean by a data table of size 2 is something like this:

data <- matrix(c(3,53,36,17), nrow=2)

3D plots are almost never the best solution.  (You get all sorts of issues 
with perspective problems and some bits of the plot being obscured by 
other bits.)  Would something like this to the trick?

image(data)

If you want something different, then please provide an example of your 
data (nothing too big, so we can reproduce it), and a description of what 
you would like to show.

Regards,
Richie.

Mathematical Sciences Unit
HSL


------------------------------------------------------------------------
ATTENTION:

This message contains privileged and confidential inform...{{dropped:20}}