powered by
Set axis labels on circular plot
set_p_xaxis(mapping = NULL, bcols = NULL, ...)set_p_yaxis(mapping = NULL, bcols = NULL, ...)
set_p_yaxis(mapping = NULL, bcols = NULL, ...)
NULL (default) or a list of aesthetic mappings to use for plot.
colours of branchs.
extra parameters passing to ggplot2::geom_text().
ggplot2::geom_text()
# 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