- tsl
(required, list) Time series list. Default: NULL
- columns
(optional, integer) Number of columns of the multipanel plot. Default: 1
- xlim
(optional, numeric vector) Numeric vector with the limits of the x axis. Applies to all sequences. Default: NULL
- ylim
(optional, numeric vector or character string) Numeric vector of length two with the limits of the vertical axis or a keyword. Accepted keywords are:
"absolute" (default): all time series are plotted using the overall data range. When this option is used, horizontal lines indicating the overall mean, minimum, and maximum are shown as reference.
"relative": each time series is plotted using its own range. Equivalent result can be achieved using ylim = NULL
.
- line_color
(optional, character vector) vector of colors for the distance or cost matrix. If NULL, uses an appropriate palette generated with grDevices::palette.colors()
. Default: NULL
- line_width
(optional, numeric vector) Width of the time series plot. Default: 1
- text_cex
(optional, numeric) Multiplicator of the text size. Default: 1
- guide
(optional, logical) If TRUE, plots a legend. Default: TRUE
- guide_columns
(optional, integer) Columns of the line guide. Default: 1.
- guide_cex
(optional, numeric) Size of the guide's text and separation between the guide's rows. Default: 0.7.