View source: R/forestplot_helpers.R
prGetShapeGp | R Documentation |
A function to extract graphical parameters from a fpShapesGp object
prGetShapeGp(
shapes_gp,
coords,
object,
default = grid::gpar(),
nodefault = FALSE
)
shapes_gp |
An object of class |
coords |
A numeric vector of length 2, specifying the label number (first item of the vector)
and the confidence band number within this label ; that can be >= 2 if there are multiple confidence
bands per label. Can be NULL for objects that are used only once (e.g. axes).
Vector |
object |
One of |
default |
Default attributes to rely on when neither found in |
nodefault |
Logical. If TRUE, do not search attribute in shapes_gp$default |
An object of class gpar
Andre GILLIBERT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.