internal_redraw: internal_redraw

Description Usage Arguments

View source: R/redraw.R

Description

Redraws figure and extraction data

Usage

1
2
3
4
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.


metaDigitise documentation built on March 13, 2020, 9:09 a.m.