buildImage {IFC} | R Documentation |
IFC Image Coercion
Description
Helper to build a list image values to allow export
Usage
buildImage(physicalChannel = 1, ..., BF = FALSE, MODE = 1)
Arguments
physicalChannel |
the channel. Default is 1. Allowed are [1-12]. |
... |
other arguments to be passed. See members in returned value. |
BF |
should 'physicalChannel' channel be considered as brightfield. Default is FALSE. |
MODE |
collection mode (as retrieved by getInfo) determining the range. Default is 1. |
Value
a list whose members are "name", "color", "physicalChannel", "xmin", "xmax", "xmid", "ymid", "scalemin", "scalemax", "tokens", "baseimage", "function", "saturation".
[Package IFC version 0.2.1 Index]