View source: R/extract_PDF_data.R
extract_PDF_data | R Documentation |
This function uses the alignment tools to extract the raw data
extract_PDF_data(
file_name = "figure1.pdf",
integer_values = F,
x_log_scale = F,
y_log_scale = F
)
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 |
extract_PDF_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.