gg_desc_quanti: Creates a ggplot object corresponding to a quantitative desc...

Description Usage Arguments Details Value See Also Examples

View source: R/gg_desc_quanti.R

Description

gg_desc_quanti ggplot object is printed

Usage

1
2
gg_desc_quanti(desc, title = "", ylim = NULL, xlim = NULL,
  xlab = "", ylab = "", legend.label = "Group", add.sd = F)

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)

add.sd

Logical. If TRUE it adds bars to the means representing +/-SD

Details

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

Value

A ggplot object.

See Also

plot.desc desc gg_desc_quali gg_desc_lsmeans

Examples

1
 

ClinReport documentation built on Sept. 3, 2019, 5:07 p.m.