prGetShapeGp {forestplot} | R Documentation |
A function to extract graphical parameters from a fpShapesGp object
Description
A function to extract graphical parameters from a fpShapesGp object
Usage
prGetShapeGp(
shapes_gp,
coords,
object,
default = grid::gpar(),
nodefault = FALSE
)
Arguments
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 |
Value
An object of class gpar
Author(s)
Andre GILLIBERT