bb_plotCircle.Rd
wrapper to draw a circleGrob based on BentoBox page coordinates and units
bb_plotCircle( x, y, r, params = NULL, linecolor = "black", fill = NA, lwd = 1, lty = 1, alpha = 1, default.units = "inches", ... )
x | A numeric vector or unit object specifying x-location of the center of the circle |
---|---|
y | A numeric vector or unit object specifying y-location of the center of the circle |
r | A numeric vector or unit object specifying radii |
params | an optional "bb_params" object space containing relevant function parameters |
linecolor | line color |
fill | fill color |
lwd | line width |
lty | line type |
alpha | color transparency |
default.units | A string indicating the default units to use if x or y are only given as numeric vectors |