Learn R Programming

ggcor (version 0.9.8.1)

set_p_xaxis: Set axis labels

Description

Set axis labels on circular plot

Usage

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().

Examples

Run this code
# NOT RUN {
p <- quickcor(mtcars, circular = TRUE, paxis = "none")
p + set_p_xaxis()
p + set_p_yaxis()
# }

Run the code above in your browser using DataLab