Message-ID: <377fd1f30905210240v9aea8b7x43c8b821eb90f620@mail.gmail.com>
Date: 2009-05-21T09:40:18Z
From: Francesco Stablum
Subject: [newbie] how to do a 3d plot of bivariate density?
Hello everybody.
I am new to R. Yesterday I passed the afternoon reading the
introduction and language reference, but I could'nt find a way to do a
3d plot of the density of a data table of size 2.
I am trying with:
plot(density(t(t2)))
but it mixes the two columns and calculate the density like it is a
1-dimensional casual variable.
I have looked at the documentation of density, but I was not able to do it.
I have also spent quite a lot time looking in the internet for similar
issues, but found nothing helpful.
any suggestions?
thanks
-Francesco Stablum
P.S. sorry for my poor english
--
The generation of random numbers is too important to be left to chance
- Robert R. Coveyou