Calibrate: (deprecated) Digitize the data

Description Usage Arguments Details Value Examples

Description

(deprecated) Digitize the data

Usage

1
Calibrate(data, calpoints, x1, x2, y1, y2)

Arguments

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)

Details

deprecated, use digitize instead. 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/

Value

'data' A data frame with the corrected coordinates of the points

Examples

1
## Not run: Calibrate(data,calpoints,x1,x2,y1,y2)

tpoisot/digitize documentation built on May 31, 2019, 6:49 p.m.