compute_edgelabel | R Documentation |
This is the computational engine for stat_edgelabel. It takes the available data a grabs the right-most values of each group, where it places a label.
compute_edgelabel(self, data, params, layout)
self |
A ggproto object |
data |
The data object supplied to the ggplot object |
params |
List of parameters supplied to the stat_edgelabel function |
layout |
Object providing infomration about the plot layout, including the range of th x and y axes |
A data.frame with the processed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.