Description Usage Arguments Value Author(s) Examples
A simple wrapper of the theme
function
to quickly remove axis elements.
1 2 3 4 5 6 7 | remove_axis(index = c("all", "x", "y"))
remove_all_axis()
remove_x_axis()
remove_y_axis()
|
index |
'all' (default), 'x' or 'y' axis will be removed. |
The theme.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 3 | quickcor(mtcars) + geom_circle2() + remove_axis()
quickcor(mtcars) + geom_circle2() + remove_axis("x")
quickcor(mtcars) + geom_circle2() + remove_axis("y")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.