powered by
Simple plot of a layer in 3D tomogram
pltomo(x,y,MOD,i, colmap=rainbow(100), zlim=NULL, bkgr="DarkSlateGray4", ...)
x nodes
y nodes
Model Structure
layer to plot
color palette
vector (v1, v2) limit of z values
background color for NA values
graphical parameters from par()
Graphical Side effects
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.
FANCY.TOMO, SHOWTOMO, GXMA3DV
# NOT RUN { data(HELMOD) pltomo(HELMOD$x,HELMOD$y,HELMOD$MOD,5, col=tomo.colors(100), zlim=NULL, bkgr="white" ) # }
Run the code above in your browser using DataLab