pltomo {RTOMO} | R Documentation |
Simple plot of a layer in 3D tomogram
pltomo(x,y,MOD,i, colmap=rainbow(100), zlim=NULL, bkgr="DarkSlateGray4", ...)
x |
x nodes |
y |
y nodes |
MOD |
Model Structure |
i |
layer to plot |
colmap |
color palette |
zlim |
vector (v1, v2) limit of z values |
bkgr |
background color for NA values |
... |
graphical parameters from par() |
Does not set the projection, does not add any markup - all this does is start the plotting set up and puts the image on the plot.
Graphical Side effects
This routine is used by SHOWTOMO
Jonathan M. Lees<jonathan.lees@unc.edu>
FANCY.TOMO, SHOWTOMO, GXMA3DV
data(HELMOD) pltomo(HELMOD$x,HELMOD$y,HELMOD$MOD,5, col=tomo.colors(100), zlim=NULL, bkgr="white", axes=FALSE, ann=FALSE )