plot.pupil | R Documentation |
Plot and summary methods for objects of class "pupil"
.
plot.pupil(wf, cp=NULL, col = topo.colors(256), addContours = TRUE, cscale = FALSE,
eqa=FALSE, zlim=NULL, ...)
summary.pupil(wf)
wf |
An object of class |
cp |
Pupil parameters; a list as returned by |
col |
Color palette for plot |
addContours |
Logical: add contour lines? |
cscale |
Add a color scale legend? |
eqa |
Perform an "equal area" plot? |
zlim |
z limits to pass to image |
... |
Additional parameters to pass to |
These give simple plot and summary methods for objects of class pupil
.
If eqa
is TRUE
, each color in the palette will be used for an equal number
of pixels (as opposed to representing an equal interval). Note: the color scale
(when cscale == TRUE
) may be inaccurate if a very small number of colors are used.
none
M.L. Peck mpeck1@ix.netcom.com
pupil
,
pupilrms
,
pupilpv
,
strehlratio
,
pupil.pars
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.