I have data from a two-dimensional distribution, for example, uniform. I want to make a histogram with this data. I tried the package plot3D , but it was not very cool.
teste = matrix(runif(100), ncol = 10)
plot3D::hist3D(z = teste, bt...
asked by
13.06.2016 / 22:11