# Setup data and time
data = example.data$data
time = example.data$time
# Run clustering wrapper function
wt = wrapperTraj(data, time, ID = TRUE)
# Display and plot "traj" object
wt
summary(wt)
plot(wt)
Run the code above in your browser using DataLab