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()
plot(geom)
#> Warning: no non-missing arguments to min; returning Inf
#> Warning: no non-missing arguments to max; returning -Inf


# }