extractCalibrationPoints: extractCalibrationPoints

Description Usage Arguments Details Examples

View source: R/extractCalibrationPoints.R

Description

This function extracts calibration points.

Usage

1
2
extractCalibrationPoints(type = "p", pch = 4, col = "blue", lwd = 2,
  roundValue = 5)

Arguments

type

same as pch in bas graphics

pch

same as pch base graphics

col

same as col in base graphics

lwd

same as lwd in base graphics

roundValue

number of decimal points to round text output

Details

The text printed from this function can be copied into R code. This way the image does not need to be recalibrated every time the code is run.

Examples

1
2
prepareExtractionPlot("figure_7_Rogers_Commission_1986.png")
calpoints <- extractCalibrationPoints()

JerryHMartin/SimpleDigitizeR documentation built on July 29, 2020, 4:10 p.m.