plotMedTraj | R Documentation |
traj
ObjectPlot cluster-specific median trajectory for one or all clusters provided by a traj
object.
plotMedTraj(
x,
clust.num = NULL,
plot.percentile = TRUE,
low.percentile = 0.1,
high.percentile = 0.9,
...
)
x |
|
clust.num |
Integer indicating the cluster number to plot. |
plot.percentile |
Value indicating if the function should plot percentiles. Defaults to |
low.percentile |
Value of the lower percentile to be plotted. Must be between 0 and 1. Defaults to 0.1. |
high.percentile |
Value of the high percentile to be plotted. Must be between 0 and 1. Defaults to 0.9. |
... |
Extra parameters used in the |
The function plots cluster specific median trajectory calculated at each time point, in addition to 10th and 90th percentiles. By setting the clust.num
argument to an integer corresponding to a cluster number, one can plot the median trajectory of that cluster only. Any other plotting arguments can be added to the function.
Marie-Pierre Sylvestre, Dan Vatnik
marie-pierre.sylvestre@umontreal.ca
plot
median
quantile
## Not run:
# Setup data and time
data = example.data$data
time = example.data$time
# Run step1measures, step2factors and step3clusters with a predetermined number of clusters
s1 = step1measures(data,time, ID=TRUE)
s2 = step2factors(s1)
s3.4clusters = step3clusters(s2, nclust = 4)
# Plot median trajectories
plotMedTraj(s3.4clusters)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.