hist3d.io {ioanalysis} | R Documentation |
3D Histogram of Input-Output object
Description
Produces a three dimensional histogram from plot3d
Usage
hist3d.io(obj, alpha = 1, phi = 65, theta = 45, limits,
colors = ramp.col(c('yellow', 'violet', 'blue')))
Arguments
obj |
The nxm matrix to be plotted |
alpha |
The transparency of bars where 1 is opaque and 0 is complete transparency. Default is 1 |
phi |
Colatitude rotation (shaking head left and right) |
theta |
Colatitude rotation (nodding up and down) |
limits |
The lower and upper bound for color limits |
colors |
A |
Details
Uses hist3D
from the package plot3d
to generate a 3D plot
Examples
data(toy.IO)
obj = toy.IO$Z[1:5, 1:5]
hist3d.io(obj, alpha = 0.7)
[Package ioanalysis version 0.3.4 Index]