surfaceplot3D: Function surfaceplot3D

surfaceplot3DR Documentation

Function surfaceplot3D

Description

Function surfaceplot3D

Usage

surfaceplot3D(
  x = -10:10,
  y = -10:10,
  fun = NULL,
  dim = c(10, 10),
  col = rgb(0, 0, 1),
  border = NA,
  main = "3D Surfaceplot",
  transparency = 0.1,
  thetaX = 10,
  thetaY = 60,
  thetaZ = 10,
  culling = "none",
  add.wireframe = T,
  add.polygons = T,
  ...
)

AndreasFischer1985/threeD documentation built on June 4, 2023, 1:29 a.m.