display.lut: 2D display of the beam-lut

View source: R/display-functions.R

display.lutR Documentation

2D display of the beam-lut

Description

The lut object use a structure similar to the "values" object. For example the different quantities are stored in a 5D array, lut$values[i,j,k,l]. The indices of the array correspond to: variable, energy, x, y, normalized z.

Usage

display.lut(lut, variable = NULL, E = NULL, bw = FALSE,
  r.cut = NULL, cont = FALSE, z.absolute = FALSE)

Arguments

lut

the Look Up Table object

variable

the specific variable to be displayed (not needed if values contains only one variable, or if the variable is the first of the list)

E

the energy of the beam (if it is not specified, the mean energy of the available energies is used). The energy displayed is approximated to the nearest available in the lut.

bw

display using gray color levels (optional, boolean)

r.cut

cut-off radius (optional)

z.absolute

display absolute z (optional, boolean)

cint

display contour levels (optional, boolean)


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.