drawDetails.dlgrob {directlabels} | R Documentation |
drawDetails dlgrob
Description
Process data points using the Positioning Method and draw the resulting direct labels. This is called for every panel with direct labels, every time the plot window is resized.
Usage
## S3 method for class 'dlgrob'
drawDetails(x,
recording)
Arguments
x |
The
Additionally, x$debug should be set to TRUE or FALSE, and x$axestonative should be a function that converts units shown on the axes to native units of x$data[,c("x","y")]. |
recording |
recording |
Author(s)
Toby Dylan Hocking