plot.pupil: Pupils and wavefronts

View source: R/pupil.r

plot.pupilR Documentation

Pupils and wavefronts

Description

Plot and summary methods for objects of class "pupil".

Usage

plot.pupil(wf, cp=NULL, col = topo.colors(256), addContours = TRUE, cscale = FALSE,
   eqa=FALSE, zlim=NULL, ...)
summary.pupil(wf)

Arguments

wf

An object of class "pupil"

cp

Pupil parameters; a list as returned by pupil.pars

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 image.default

Details

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.

Value

none

Author(s)

M.L. Peck mpeck1@ix.netcom.com

See Also

pupil, pupilrms, pupilpv, strehlratio, pupil.pars.


mlpeck/zernike documentation built on Dec. 29, 2024, 7:41 p.m.