scr_save {fxl} | R Documentation |
scrsave
Description
Function for outputting fxl object at preset size (certain journal are opinionated on size, format, and density)
Usage
scr_save(
core_frame,
units = "in",
name = "test.tiff",
format = "tiff",
width = 8,
height = 4,
res = 600
)
Arguments
core_frame |
fxl object |
units |
from base |
name |
from base |
format |
type of image to save in |
width |
from base |
height |
from base |
res |
from base |
Value
no return, executed for side effects
Author(s)
Shawn Gilroy <sgilroy1@lsu.edu>
[Package fxl version 1.7.1 Index]