Description Usage Arguments Author(s) Examples
Set axis labels on circular plot
1 2 3 | set_p_xaxis(mapping = NULL, bcols = NULL, ...)
set_p_yaxis(mapping = NULL, bcols = NULL, ...)
|
mapping |
NULL (default) or a list of aesthetic mappings to use for plot. |
bcols |
colours of branchs. |
... |
extra parameters passing to |
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 3 | p <- quickcor(mtcars, circular = TRUE, paxis = "none")
p + set_p_xaxis()
p + set_p_yaxis()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.