geom_debug | R Documentation |
Debug ggplot2 by operating data with a function.
geom_debug( debug = "head", type = NULL, mapping = NULL, data = NULL, stat = "identity", position = "identity", ..., inherit.aes = TRUE )
debug |
a function which conducted with argument |
type |
a scalar character of |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
The statistical transformation to use on the data for this
layer, either as a |
position |
Position adjustment, either as a string naming the adjustment
(e.g. |
... |
Other arguments passed on to |
inherit.aes |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.