cgv_viewer: Create a 3D Cayley Graph Viewer

View source: R/viewer.R

cgv_viewerR Documentation

Create a 3D Cayley Graph Viewer

Description

Opens a Vulkan-powered 3D window for interactive graph visualization.

Usage

cgv_viewer(width = 1280L, height = 720L, title = "cgvR", offscreen = FALSE)

Arguments

width

Window width in pixels.

height

Window height in pixels.

title

Window title.

offscreen

If TRUE, creates the viewer without a window surface (headless mode). Useful for automated tests and CI where no display is available.

Value

An external pointer to the viewer object (invisibly).


cgvR documentation built on May 12, 2026, 1:06 a.m.