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