Learn R Programming

fxl (version 1.7.3)

scr_anno_brackets: scr_anno_brackets

Description

Add a layer with brackets on plot

Usage

scr_anno_brackets(
  core_frame,
  brackets = NULL,
  facet = NULL,
  color = "black",
  length = 0.25,
  angle = 30,
  code = 2,
  lwd = 1,
  lty = 1
)

Value

a layer to the core plotting object

Arguments

core_frame

fxl class

brackets

list of keyed entries to be drawn on respective facets

facet

the facet which will be drawn upon

color

from base

length

from base

angle

from base

code

from base

lwd

from base

lty

from base

Author

Shawn Gilroy <sgilroy1@lsu.edu>