bpp_viewer_single: bpp_viewer_single

Description Usage Arguments See Also

View source: R/bpp_viewer.r

Description

bpp solution viewer on single bin all item

Usage

1
2
3
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


gbp documentation built on May 2, 2019, 6:04 a.m.