pmx_bloq {ggPMX} | R Documentation |
Creates BLOQ object attributes
Description
Creates BLOQ object attributes
Usage
pmx_bloq(
cens = "CENS",
limit = "LIMIT",
colour = "pink",
size = 2,
linewidth = 1,
alpha = 0.9,
show = TRUE,
...
)
Arguments
cens |
|
limit |
|
colour |
|
size |
|
linewidth |
|
alpha |
|
show |
|
... |
any other graphical parameter |
Details
To define that a measurement is censored, the observation data set should include
a CENSORING column ( default to 'CENS' ) and put 1 for lower limit or -1 for upper limit.
Optionally, data set can contain have a limit column ( default to 'LIMIT') column to set the other limit.
[Package ggPMX version 1.2.11 Index]