Learn R Programming

fxl (version 1.7.3)

scr_save: 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
)

Value

no return, executed for side effects

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

Author

Shawn Gilroy <sgilroy1@lsu.edu>