Core object for establishing fxl object and layers
scr_plot(
data,
aesthetics = NULL,
mai = c(0.375, 0.375, 0.25, 0.25),
omi = c(0.25, 0.25, 0.25, 0.25),
xaxs = "i",
yaxs = "i",
ncol = 1,
family = "sans",
bty = "l",
layout = NA,
layout_h = NA,
layout_v = NA,
semi_color_major_y = "blue",
semi_color_midpoint_y = "blue",
semi_color_minor_y = "lightgray",
semi_color_major_x = "lightgray",
semilog = FALSE
)class of 'fxl' that contains necessary plotting elements
submitted data (not opinionated on naming)
references for data in frame
margins in inches
outer margins in inches
x axis formatting, relative to hanging space
y axis formatting, relative to hanging space
number of colums in layout (default = 1)
font family
TODO
layout grid
layout heights
layout widths
colors for semilog lines (major)
colors for semilog lines (center bins)
colors for semilog lines (minor)
colors for semilog lines (minor)
determine if this is a semilog type of plot
Shawn Gilroy <sgilroy1@lsu.edu>