scr_anno_brackets {fxl}R Documentation

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
)

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

Value

a layer to the core plotting object

Author(s)

Shawn Gilroy <sgilroy1@lsu.edu>


[Package fxl version 1.7.1 Index]