Learn R Programming

rAmCharts4 (version 1.1.0)

amLine: Line style

Description

Create a list of settings for a line.

Usage

amLine(
  color = NULL,
  opacity = 1,
  width = 3,
  dash = NULL,
  tensionX = NULL,
  tensionY = NULL
)

Arguments

color

line color

opacity

line opacity, a number between 0 and 1

width

line width

dash

string defining a dashed/dotted line; see Dotted and dashed lines

tensionX, tensionY

parameters for the smoothing; see Smoothed lines for the meaning of these parameters

Value

A list of settings for a line.