internal_redraw {metaDigitise} | R Documentation |
internal_redraw
Description
Redraws figure and extraction data
Usage
internal_redraw(image_file, flip = FALSE, rotate = 0,
plot_type = NULL, variable = NULL, cex = NULL, calpoints = NULL,
point_vals = NULL, raw_data = NULL, rotation = TRUE,
calibration = TRUE, points = TRUE, ...)
Arguments
image_file |
Image filename |
flip |
whether to flip figure |
rotate |
how much to rotate figure |
plot_type |
plot_type |
variable |
variable |
cex |
relative size of points and text |
calpoints |
The calibration points |
point_vals |
The point values |
raw_data |
The raw data |
rotation |
logical, should figure be rotated |
calibration |
logical, should calibration be redrawn |
points |
logical, should points be redrawn |
... |
further arguments passed to or from other methods. |
[Package metaDigitise version 1.0.1 Index]