Learn R Programming

metaDigitise (version 0.0.0.9000)

calibrate: calibrate

Description

Converts x and y coordinates from original plot coords to actual coords using previous identified coordinates. Modified from digitise package

Usage

calibrate(raw_data, calpoints, point_vals, xlog = FALSE, ylog = FALSE, ...)

Arguments

raw_data

The raw data

calpoints

The calibration points

point_vals

The point values

xlog

whether x is logged

ylog

whether y is logged

...

further arguments passed to or from other methods