pltomo {RTOMO}R Documentation

plot a layer in 3D tomogram

Description

Simple plot of a layer in 3D tomogram

Usage

pltomo(x,y,MOD,i, colmap=rainbow(100), zlim=NULL, bkgr="DarkSlateGray4", ...)

Arguments

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()

Details

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.

Value

Graphical Side effects

Note

This routine is used by SHOWTOMO

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

FANCY.TOMO, SHOWTOMO, GXMA3DV

Examples


data(HELMOD)
 pltomo(HELMOD$x,HELMOD$y,HELMOD$MOD,5, col=tomo.colors(100), zlim=NULL,  bkgr="white", axes=FALSE, ann=FALSE )
      


[Package RTOMO version 1.0-6 Index]