iscam_dotplot: iscam_dotplot Function

Description Usage Arguments Examples

Description

This function displays horizontal dotplot(s). Optional: A second, categorical variable can also be specified and values will be calculated separately for each group.

Usage

1
iscam_dotplot(response, explanatory = NULL, names = NULL)

Arguments

response

a quantitative response variable.

explanatory

a categorical explanatory variable.

names

used to specify the horizontal and vertical axis labels, respectively.

Examples

1
2
3
iscam_dotplot(chickwts$weight)
iscam_dotplot(chickwts$weight, names = "weight")
iscam_dotplot(chickwts$weight, chickwts$feed, names = c("weight", "feed"))

apjacobson/iscam documentation built on May 6, 2019, 12:08 p.m.