Description Usage Arguments See Also Examples
Draw a 3D histogram distribution of points.
1 2 3 |
x,y |
vectors with x and y values. |
break.func |
a function to compute the vector of breakpoints (see ?hist). |
breaks |
an integer specifying the number of breaks. |
col.bar |
color for bars. |
colvar |
the variable used for coloring points |
col.point |
Color palette to be used for the colvar variable. If col is NULL and colvar is specified, then a red-yellow-blue colorscheme (jet.col) will be used. If col is NULL and colvar is not specified, then col will be grey. |
clab |
Only if colkey = TRUE, the label to be written on top of the color key. |
theta,phi |
The angles defining the viewing direction |
... |
other arguments to be passed to plot3D::hist3D() |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.