interactWithGraph3D | R Documentation |
rotate the 3d graph and/or select a point within the 3D graph, and annotate that point
interactWithGraph3D(mat3d, maxfract = 1, newWindow = TRUE, verbose = TRUE)
mat3d |
component of HTGM3Ddriver() output list |
maxfract |
numeric upper threshold for category size to display |
newWindow |
Boolean if TRUE open new window to avoid over writing current window |
verbose |
integer vector representing vprint classes |
returns no value, but has side effect of annotating the 3D graph
if(interactive()){
#load("data/x_mat3d.RData")
interactWithGraph3D(x_mat3d)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.