Plot method for SurfaceGeometry objects
Usage
# S3 method for class 'SurfaceGeometry'
plot(x, y, ...)Arguments
- x
A
SurfaceGeometryobject.- y
Ignored (for S3 method compatibility).
- ...
Additional arguments passed to
view_surface.
Examples
# \donttest{
geom <- example_surface_geometry()
if (interactive()) {
plot(geom)
}
# }