set_axis: Set axis labels

Description Usage Arguments Author(s) Examples

Description

Set axis labels on circular plot

Usage

1
2
3
set_p_xaxis(mapping = NULL, bcols = NULL, ...)

set_p_yaxis(mapping = NULL, bcols = NULL, ...)

Arguments

mapping

NULL (default) or a list of aesthetic mappings to use for plot.

bcols

colours of branchs.

...

extra parameters passing to ggplot2::geom_text().

Author(s)

Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei

Examples

1
2
3
p <- quickcor(mtcars, circular = TRUE, paxis = "none")
p + set_p_xaxis()
p + set_p_yaxis()

houyunhuang/ggcor documentation built on July 22, 2020, 8:31 p.m.