bpp_viewer_single {gbp} | R Documentation |
bpp_viewer_single
Description
bpp solution viewer on single bin all item
Usage
bpp_viewer_single(it, bn, title = NULL, subtitle = NULL,
it_rgl_control = NULL, bn_rgl_control = NULL, label_it = TRUE,
label_bn = TRUE)
Arguments
it |
it item <data.table> - id it id <integer> - x, y, z it position w.r.t bins <numeric> - l, d, h it scale along x, y, z <numeric> - w it weight <numeric> - auto: cc, wd, txt point and lines color, size, legend <numeric/character, numeric, character> |
bn |
bn bins <data.table> - id bn id <integer> - l, d, h bn scale <numeric> - w bn weight limit <numeric> - auto: cc, wd, txt point and lines color, size, legend <numeric/character, numeric, character> |
title |
title <character> |
subtitle |
subtitle <character> |
it_rgl_control |
control the color of it in rgl |
bn_rgl_control |
control the color of bn in rgl |
label_it |
label text on it corner or not |
label_bn |
label text on bn corner or not |
See Also
Other bpp_viewer: bpp_viewer
[Package gbp version 0.1.0.4 Index]