drawBFpizza.Rd
Make a pizza plot
drawBFpizza(
dat,
linewidth = 1,
scaleText = 0.3,
show.legend = FALSE,
labels = NULL
)
data.frame with $y
, or vector.
Scalar, linewidth of the black lines around the pizza.
Scalar > 0, the size of the text is equal to scaleText * getGraphOption("fontsize")
.
Logical, should a legend be shown?
String vector of length 2, text to be shown above and below plot.
jaspGraphs::drawBFpizza(c(1, 4))
jaspGraphs::drawBFpizza(
dat = data.frame(y = c(1, 4)),
labels = c("data | H0", "data | H1")
)