Learn R Programming

ClinReport (version 0.9.1.14)

gg_desc_quali: Creates a ggplot object corresponding to a qualitative desc object

Description

gg_desc_quali ggplot object is printed. It is used internally in function plot.desc. It's easier to use this last one.

Usage

gg_desc_quali(desc, title = "", ylim = NULL, xlim = NULL,
  xlab = "", ylab = "Percentage", legend.label = "Group")

Arguments

desc

Desc object

title

Character The title of the plot

ylim

Numeric of length 2 for setting y axis limits

xlim

Numeric of length 2 for setting x axis limits

xlab

Character Label for x-axis

ylab

Character Label for y-axis

legend.label

Character Label for the legend (used only if x1 and x2 are not NULL in the desc object)

Details

No detail

See Also

report.quali plot.desc gg_desc_quanti gg_desc_quali gg_desc_lsmeans

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab