plot3dstatic {stops}R Documentation

plot3dstatic: static 3D plots

Description

A static 3d plot S3 generic

Usage

plot3dstatic(x, plot.dim = c(1, 2, 3), main, xlab, ylab, zlab, col, ...)

Arguments

x

object

plot.dim

dimensions to plot

main

main title

xlab

label for x axis

ylab

label for y axis

zlab

label for z axis

col

color

...

other arguments

Details

A static 3d plot

Value

No return value, just plots.


[Package stops version 1.0-1 Index]