Usage
## S3 method for class 'ClusterizLongData':
plotAll(x, y, print.cal = TRUE, print.traj = TRUE,
print.sub = FALSE, allCrit = TRUE, nbCriterion = 100, col = 1,
type = "l", col.mean = "clusters", type.mean = "b", main = "",
size = 1, ylim = NA,
col.sub = 1, type.sub = "l", col.mean.sub = "clusters",
type.mean.sub = "b", main.sub = "", size.sub = 1, ylim.sub = NA,
...)
Arguments
x
[ClusterizLongData] Object containing the trajectories to plot.
y
[numeric] or [vector(numeric)] Give the Clusterization
to represent. If y
is missing, the Clusterization
with
the highest quality criterion is selected. If y
is a number,
the first C
print.cal
[logical]: if TRUE, the quality criterion are printed.
print.traj
[logical]: if TRUE, a "main" graph, showing all the
trajectories at once, is printed.
print.sub
[logical]: if TRUE, several sub-graphs, each containing
a specific cluster of trajetories, are printed.
allCrit
[logical] shall all the quality criterion be display, or
only the best one for each clusters' number ?
nbCriterion
[numeric]: give an upper limit to the number of quality
criterion to print.
col
[character], [numeric] or vector[numeric]: Specification of the ploting
color of the individual trajectories. In addition to the standard
possibles values, col="clusters" can be use to color the individual
trajectories according to their cl
col.mean
[character], [numeric] or vector[numeric]:
Specification of the ploting color of the mean trajectories. In
addition to the standard possibles values, col="clusters" can be use
to color each mean trajectories according to its clusters.
type
[character]: what type of plot should be drawn for the individual trajectories.
type.mean
[character]: what type of plot should be drawn for
the mean trajectories ?
main
[charater]: give the title of the graph.
size
[numeric]: If some point are added on the mean trajectories, size
fixe the
size of the point.
ylim
[couple(numeric)]: fixe the ylim parameter.
col.sub
[character], [numeric] or vector[numeric]: Specification of the ploting
color of the individual trajectories on the sub-groups graph. In addition to the standard
possibles values, col="clusters" can be use to color the individual
trajectori
type.sub
[character]: what type of plot should be drawn for the
individual trajectories on the sub-groups graph.
col.mean.sub
[character], [numeric] or vector[numeric]:
Specification of the ploting color of the mean trajectories on the sub-groups graph. In
addition to the standard possibles values, col="clusters" can be use
to color each mean trajectories accordin
type.mean.sub
[character]: what type of plot should be drawn for
the mean trajectories on the sub-groups graph ?
main.sub
[charater]: give the title of the sub-groups graph.
size.sub
[numeric]: If some point are added on the mean trajectories, size
fixe the
size of the point on the sub-groups graph.
ylim.sub
[couple(numeric)]: fixe the ylim parameter for the sub-groups graph.
...
Graphical parameters to be passed to methods, see
plot(LongData)
and
par
for details.