fill
If set, the area under the line is
filled with the given color (e.g., fill = "tomato"
). Use the standard
R command colors() to get a list of all possible colours. fill
is
empty by default.
annotations
A list of parameters defining
annotations to each data point. This adds the score of each MT to your plot.
"pos"
Position of the annotations: 1 = below, 2 =
left, 3 = above, 4 = right.
"col"
Color of the annotations.
"cex"
Size of the annotations.
"round"
Rounds the values to the specified decimal.
annotations = list(pos = 3, col =
"brown", round = 1)
adds scores rounded to one decimal above the data point
in brown color to the plot.
"names"
A list of parameters defining the depiction of phase names (e.g. names = list(cex = 0.8, col = "red", side = 1)
: cex for size, col for color, and side for position). See mtext
for more details.
"lwd"
Width of the plot line. Default is lwd = 2
.
"pch"
Point type. Default is pch = 17
(triangles). Other options
are for example: 16 (filled circles) or "A" (uses the letter A).
"main"
Main title of the plot.
"mai"
Sets the margins of the plot.
"bty"
Shape of the frame surrounding the inner plot
"fill.bg"
Background color of the plot.
If a vector is provided, these colors will be assigned to phases
(each phase name becomes a color).
"grid"
Color of a grid.
"text.ABlag"
Text displayed between phases.
"cex.axis"
Size of the axis annotations
"las"
Orientation of the axis annotations
"col.lines"
Color of the lines
"col.dots"
Color of the dots
"col.seperator"
Color of the phase seperating lines
"col.bg"
Color of the outer plot
"col"
General color setting for the plot
"col.text"
Color of all labels of the plot.