ally_count: count plot for ggally

Description Usage Arguments Details Value

View source: R/ggally.R

Description

count plot to be used with ggally. To be used with categorical variables.

Usage

1
2
ally_count(data, mapping, counts = "rel", angle = 35, hjust_x = 1,
  vjust_y = 0, ...)

Arguments

data

data frame

mapping

aes passed to ggplot

counts

absolute number or relative, see details, Default: 'rel'

angle

angle passed to theme axis.text Default: 35

hjust_x

hjust passed to theme axis.text.x, Default: 1

vjust_y

vjust passed to theme axis.text.y, Default:0

...

PARAM_DESCRIPTION

Details

counts: one of 'abs' or 'rel'. To be expanded.

Value

ggplot object (passed to ggally)


AstraZeneca/pmxplore documentation built on May 28, 2019, 11:04 a.m.