Learn R Programming

digitize (version 0.0.4)

Calibrate: (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)

Value

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

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/

Examples

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

Run the code above in your browser using DataLab