- x
An object of class 'fdata'.
- color
Optional vector for coloring curves. Can be:
Must have length equal to number of curves.
- alpha
Transparency of individual curve lines. Default is 0.7 for
basic plots, but automatically reduced to 0.3 when show.mean = TRUE
or show.ci = TRUE to reduce visual clutter and allow mean curves
to stand out. Can be explicitly set to override the default.
- show.mean
Logical. If TRUE and color is categorical, overlay group
mean curves with thicker lines (default FALSE).
- show.ci
Logical. If TRUE and color is categorical, show pointwise
confidence interval ribbons per group (default FALSE).
- ci.level
Confidence level for CI ribbons (default 0.90 for 90 percent).
- palette
Optional named vector of colors for categorical coloring,
e.g., c("A" = "blue", "B" = "red").
- ...
Additional arguments (currently ignored).