Description
Create a list of settings for a line.
Usage
amLine(
  color = NULL,
  opacity = 1,
  width = 3,
  dash = NULL,
  tensionX = NULL,
  tensionY = NULL
)
Arguments
opacity
line opacity, a number between 0 and 1
tensionX, tensionY
parameters for the smoothing; see
Smoothed lines
for the meaning of these parameters
Value
A list of settings for a line.