| drawDetails.dlgrob {directlabels} | R Documentation |
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.
## S3 method for class 'dlgrob' drawDetails(x, recording)
x |
The dlgrob list object. x$method should be a Positioning Method list and x$data should be a data.frame with the following variables:
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 |
Toby Dylan Hocking