scr_label_phase {fxl}R Documentation

scr_label_phase

Description

labels to be drawn on plots (typically for phases/conditions, but not necessarily)

Usage

scr_label_phase(
  core_frame,
  color = "black",
  cex = 1,
  adj = 0.5,
  face = 1,
  x = NULL,
  y = NULL,
  facet = NULL,
  labels = NULL
)

Arguments

core_frame

fxl object

color

from base

cex

from base

adj

from base

face

like 'font' from base

x

location

y

location

facet

facet of interest

labels

as stated

Value

nothing, run for side effects

Author(s)

Shawn Gilroy <sgilroy1@lsu.edu>


[Package fxl version 1.7.1 Index]