Calibrate {digitize}R Documentation

(deprecated) Digitize the data

Description

(deprecated) Digitize the data

Usage

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. 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

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

[Package digitize version 0.0.4 Index]