Description Usage Arguments Value Author(s) Examples
This function is the equivalent of ggplot
in ggplot2. It takes care of setting up the position of axis and legend for
the plot based on the plot type.
1 2 3 4 5 6 7 |
data |
cor_tbl object. |
mapping |
NULL (default) or a list of aesthetic mappings to use for plot. |
axis.x.position, axis.y.position |
the position of the axis. 'auto' (default) is set according to the plot type, 'bottom' or 'top' for x axes, 'left' or 'right' for y axes. |
axis.label.drop |
logical value (default is TRUE). When type of plot is 'upper' or 'lower' and 'show.diag' is FALSE, do you need to remove the blank coordinate label. |
an object of class gg onto which layers, scales, etc. can be added.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.