traj_rep {clustra} | R Documentation |
Function to run trajectories inside mclapply with one core.
Description
Function to run trajectories inside mclapply with one core.
Usage
traj_rep(group, data, k, maxdf, conv)
Arguments
group |
Vector of starting group values for unique id's. |
data |
The data (see |
k |
Integer number of clusters. |
maxdf |
Fitting parameters. See |
conv |
Fitting parameters. See |
Value
See return of trajectories
.
[Package clustra version 0.2.1 Index]