Skip to contents

Plot method for SurfaceGeometry objects

Usage

# S3 method for class 'SurfaceGeometry'
plot(x, y, ...)

Arguments

x

A SurfaceGeometry object.

y

Ignored (for S3 method compatibility).

...

Additional arguments passed to view_surface.

Value

Invisibly returns the object ID(s) from the RGL scene.

Examples

# \donttest{
geom <- example_surface_geometry()
if (interactive()) {
  plot(geom)
}
# }