powered by
Produces a three dimensional histogram from plot3d
hist3d.io(obj, alpha = 1, phi = 65, theta = 45, limits, colors = ramp.col(c('yellow', 'violet', 'blue')))
The nxm matrix to be plotted
The transparency of bars where 1 is opaque and 0 is complete transparency. Default is 1
Colatitude rotation (shaking head left and right)
Colatitude rotation (nodding up and down)
The lower and upper bound for color limits
A ramp.col() for the 3D histogram
ramp.col()
Uses hist3D from the package plot3d to generate a 3D plot
hist3D
plot3d
# NOT RUN { data(toy.IO) obj = toy.IO$Z[1:5, 1:5] hist3d.io(obj, alpha = 0.7) # }
Run the code above in your browser using DataLab