Learn R Programming

mbRes (version 0.1.7)

ggdot: Make Dot Plot

Description

ggdot creates dot plot of the average of absolute Cliff’s delta. This is not meant to be called directly.

Usage

ggdot(dat, hax, vax)

Value

ggdot returns a ggplot object.

Arguments

dat

a data frame with at least two columns.

hax

a character, name of the column to be used as the horizontal axis.

vax

a character, name of the column to be used as the vertical axis.