plot_smooths {clustra} | R Documentation |
plot_smooths
Description
Plots data and smooths from clustra
output or internally from within
start_groups()
Usage
plot_smooths(
data,
fits = NULL,
max.data = 1e+05,
select.data = NULL,
group = "group",
...
)
Arguments
data |
The data. If after |
fits |
The |
max.data |
The maximum number of data points to plot. If zero,
no points are plotted (overrides select.data). Use |
select.data |
Either NULL or a list of length k, each element a data.frame (like data)
with time and response components. The select.data points will be
highlighted with cluster colors on the plot. This is used internally in the
|
group |
Character variable name in |
... |
Other parameters to |