Plot Surface as an HTMLWidget
Usage
plot_js(x, width = NULL, height = NULL, ...)
# S4 method for class 'SurfaceGeometry'
plot_js(x, width = NULL, height = NULL, ...)Examples
# \donttest{
geom <- example_surface_geometry()
widget <- plot_js(geom)
# }