scr_legend {fxl}R Documentation

scrlegend

Description

Information for drawing legend onto plots

Usage

scr_legend(
  core_frame,
  panel = NA,
  legend,
  bg = NULL,
  col = NULL,
  pt_bg = NULL,
  lty,
  pch,
  box_lty = 0,
  adj = c(0, 0.5),
  bty = "n",
  cex = 1,
  horiz = FALSE,
  position = "topright",
  pt_cex = 1,
  text_col = "black",
  border = "black"
)

Arguments

core_frame

fxl object

panel

facet to be drawn on

legend

from base

bg

from base

col

from base

pt_bg

color, for point

lty

from base

pch

from base

box_lty

from base

adj

alignment

bty

from base

cex

from base

horiz

from base

position

from base

pt_cex

from base

text_col

from base

border

border status (from base)

Value

nothing, run for side effects

Author(s)

Shawn Gilroy <sgilroy1@lsu.edu>


[Package fxl version 1.6.3 Index]