Calibrate {digitize} | R Documentation |
(deprecated) Digitize the data
Calibrate(data, calpoints, x1, x2, y1, y2)
data |
output of 'DigitData' |
calpoints |
output of 'ReadAndCal' |
x1 |
X-coordinate of the leftmost x point (corrected) |
x2 |
X-coordinate of the rightmost x point (corrected) |
y1 |
Y-coordinate of the lower y point (corrected) |
y2 |
Y-coordinate of the upper y point (corrected) |
deprecated. This function corrects the data according to the calibration information. Usage further explained at http://lukemiller.org/index.php/2011/06/digitizing-data-from-old-plots-using-digitize/
'data' A data frame with the corrected coordinates of the points
## Not run: Calibrate(data,calpoints,x1,x2,y1,y2)