scr_plot {fxl}R Documentation

scrplot

Description

Core object for establishing fxl object and layers

Usage

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
)

Arguments

data

submitted data (not opinionated on naming)

aesthetics

references for data in frame

mai

margins in inches

omi

outer margins in inches

xaxs

x axis formatting, relative to hanging space

yaxs

y axis formatting, relative to hanging space

ncol

TODO

family

font family

bty

TODO

layout

TODO

layout_h

TODO

layout_v

TODO

semi_color_major_y

TODO

semi_color_midpoint_y

TODO

semi_color_minor_y

TODO

semi_color_major_x

TODO

semilog

determine if this is a semilog type of plot

Value

class of 'fxl' that contains necessary plotting elements

Author(s)

Shawn Gilroy <sgilroy1@lsu.edu>


[Package fxl version 1.6.3 Index]