rgl_surface: Graph a surface like rgl::rgl.surface

rgl_surfaceR Documentation

Graph a surface like rgl::rgl.surface

Description

Replacement for rgl::rgl.surface since it is now deprecated and soon to be removed from the rgl package, but rgl's replacement rgl::surface3d() handles the order of arguments differently.

Usage

rgl_surface(
  x,
  z,
  y,
  coords = 1:3,
  ...,
  normal_x = NULL,
  normal_y = NULL,
  normal_z = NULL,
  texture_s = NULL,
  texture_t = NULL
)

gmonette/p3d documentation built on Nov. 16, 2023, 11:31 p.m.