extract_PDF_data: Extract data from PDF

View source: R/extract_PDF_data.R

extract_PDF_dataR Documentation

Extract data from PDF

Description

This function uses the alignment tools to extract the raw data

Usage

extract_PDF_data(
  file_name = "figure1.pdf",
  integer_values = F,
  x_log_scale = F,
  y_log_scale = F
)

Arguments

file_name

File to load

integer_values

TRUE if the points are expected to be integer values

x_log_scale

TRUE if x axis is on a log scale

y_log_scale

TRUE if y axis is on a log scale

Examples

extract_PDF_data()

adamkucharski/scrapR documentation built on Feb. 4, 2024, 11:37 a.m.