pltomo: plot a layer in 3D tomogram

Description Usage Arguments Details Value Note Author(s) See Also Examples

Description

Simple plot of a layer in 3D tomogram

Usage

1
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

1
2
3
data(HELMOD)
 pltomo(HELMOD$x,HELMOD$y,HELMOD$MOD,5, col=tomo.colors(100), zlim=NULL,  bkgr="white" )
      

RTOMO documentation built on May 2, 2019, 3:35 p.m.