Helper to build a list to allow region export.
buildRegion(
type,
label,
cx,
cy,
color,
lightcolor,
ismarker = "false",
doesnotoverride = "false",
xlogrange,
ylogrange,
x,
y,
...
)
Region's type. Either "line", "rect", "poly" or "oval".
label of the region.
x label's position. If not provided x center will be used.
y label's position. If not provided y center will be used.
color of the region. See paletteIFC
for allowed colors.
lightcolor of the region. See paletteIFC
for allowed colors.
Default is 'false'. Allowed are 'true' or 'false'. Used for compatibility with amnis file but role remains unknown.
Default is 'false'. Allowed are 'true' or 'false'. Used for compatibility with amnis file but role remains unknown.
determines hyper parameter of smoothLinLog transformation for x-axis. Default is "P" for no transformation.
determines hyper parameter of smoothLinLog transformation for y-axis. Default is "P" for no transformation.
vector of x vertices values.
vector of y vertices values.
Other arguments to be passed.
a list containing all region information.