How can we plot a 3D plot for the in-out degree distribution. I found the the plot here: http://en.wikipedia.org/wiki/Degree_distribution really interesting but I do not know if we can draw it using r ? any ideas ?
update: the data that I am using is the degree distribution of the in-degree and out-degree:
> head(dDistribution_in)
[1] 0.30117450 0.19379195 0.10654362 0.06291946 0.03775168 0.03313758
> head(dDistribution_out)
[1] 0.36115772 0.17072148 0.09228188 0.05369128 0.04572148 0.02055369