interactWithGraph3D: interactWithGraph3D

View source: R/HTGM3D.R

interactWithGraph3DR Documentation

interactWithGraph3D

Description

rotate the 3d graph and/or select a point within the 3D graph, and annotate that point

Usage

interactWithGraph3D(mat3d, maxfract = 1, newWindow = TRUE, verbose = TRUE)

Arguments

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

Value

returns no value, but has side effect of annotating the 3D graph

Examples

if(interactive()){
#load("data/x_mat3d.RData")
interactWithGraph3D(x_mat3d)
}


HTGM3D documentation built on June 8, 2025, 11:06 a.m.