| plotTraj {kmlShape} | R Documentation |
plotTraj plot the trajectories of an object
Clds.
## S4 method for signature 'Clds,missing' plotTraj(x, y, col="clusters", pourcent=NA, ...)
x |
[ |
y |
Useless. For compatibility only. |
col |
[ |
pourcent |
[ |
... |
Arguments to be passed to methods. These arguments need to
be compatible with |
plotTraj the trajectories of an object
Clds. If the option col="clusters" is used, the trajectories will be colored
according to their clusters.
data(ictusShort) myClds <- cldsWide(ictusShort) plot(myClds)