scatter3d: Plot three variable in a 3D interactive graphics window

View source: R/supportPlot3D.R

scatter3dR Documentation

Plot three variable in a 3D interactive graphics window

Description

Description ...

Usage

scatter3d(
  x,
  y,
  z,
  xlab = deparse(substitute(x)),
  ylab = deparse(substitute(y)),
  axis.scales = TRUE,
  zlab = deparse(substitute(z)),
  revolutions = 0,
  bg.col = c("white", "black"),
  axis.col = if (bg.col == "white") c("darkmagenta", "black", "darkcyan") else
    c("darkmagenta", "white", "darkcyan"),
  surface.col = c("blue", "green", "orange", "magenta", "cyan", "red", "yellow", "gray"),
  neg.res.col = "red",
  pos.res.col = "green",
  square.col = if (bg.col == "white") "black" else "gray",
  point.col = "yellow",
  text.col = axis.col,
  grid.col = if (bg.col == "white") "black" else "gray",
  fogtype = c("exp2", "linear", "exp", "none"),
  residuals = (length(fit) == 1),
  surface = TRUE,
  fill = TRUE,
  grid = TRUE,
  grid.lines = 26,
  df.smooth = NULL,
  df.additive = NULL,
  sphere.size = 1,
  threshold = 0.01,
  speed = 1,
  fov = 60,
  fit = "linear",
  groups = NULL,
  parallel = TRUE,
  ellipsoid = FALSE,
  level = 0.5,
  model.summary = FALSE
)

Arguments

x

a parameter

y

a parameter

z

a parameter

xlab

a parameter

ylab

a parameter

axis.scales

a parameter

zlab

a parameter

revolutions

a parameter

bg.col

a parameter

axis.col

a parameter

surface.col

a parameter

neg.res.col

a parameter

pos.res.col

a parameter

square.col

a parameter

point.col

a parameter

text.col

a parameter

grid.col

a parameter

fogtype

a parameter

residuals

a parameter

surface

a parameter

fill

a parameter

grid

a parameter

grid.lines

a parameter

df.smooth

a parameter

df.additive

a parameter

sphere.size

a parameter

threshold

a parameter

speed

a parameter

fov

a parameter

fit

a parameter

groups

a parameter

parallel

a parameter

ellipsoid

a parameter

level

a parameter

model.summary

a parameter

Details

Details ...


iNZightVIT/iNZightModules documentation built on Feb. 3, 2024, 4:43 p.m.