areaAttributes: helper function to provide area properties

View source: R/graphicR.R

areaAttributesR Documentation

helper function to provide area properties

Description

helper function to provide area properties

Usage

areaAttributes(
  size = 0.5,
  linetype = "solid",
  color = NA,
  fillColor = "red",
  alpha = 0.25
)

Arguments

size

width of the line around the area

linetype

linetype (solid, dotted, etc) of the line around the area

color

color of the line around the area

fillColor

color of the area

alpha

alpha ('see through' factor) of the area

Value

a list object of parameters


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