internal_redraw | R Documentation |
Redraws figure and extraction data
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,
...
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.