pmx_bloq | R Documentation |
Creates BLOQ object attributes
pmx_bloq(
cens = "CENS",
limit = "LIMIT",
colour = "pink",
size = 2,
linewidth = 1,
alpha = 0.9,
show = TRUE,
...
)
cens |
|
limit |
|
colour |
|
size |
|
linewidth |
|
alpha |
|
show |
|
... |
any other graphical parameter |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.