limits: helperfunction for limit line attributes

View source: R/regressionTools.R

limitsR Documentation

helperfunction for limit line attributes

Description

helperfunction for limit line attributes

Usage

limits(
  yIntercept = c(0),
  color = c("blue"),
  linetype = c(1),
  size = c(1),
  alpha = c(0.5)
)

Arguments

yIntercept

numeric vector where to place limit lines on the y-axis

color

colors of the limit lines

linetype

linetype (solid, dotted, etc) of the limit lines

size

width of the limit lines

alpha

alpha ('see through' factor) of the limit lines

Value

data.frame of the attributes

Note

Other parameters are either one per line or one for all

if no limits are wanted/needed, set at least one parameter to NA


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.