Description Usage Arguments Value Author(s)
Plot two sets of projectories next to each other, grouped by clusters.
1 2 3 4 5 6 7 8 9 10 | vis_cluster_multi(
x,
x.cluster,
y,
y.cluster,
verbose = TRUE,
print.plot = FALSE,
return.separate = FALSE,
...
)
|
x |
a first matrix with |
x.cluster |
a clustering object from the first data matrix. |
y |
a second matrix with |
y.cluster |
a clustering object from the second data matrix. |
verbose |
a logical specifying to print the computational progress. By default, |
print.plot |
a logical specifying to print the resulting plot onto the screen. By default, |
return.separate |
a logical specifying to return two ggplot2 objects separately. By default, |
... |
optional arguments. |
vis_cluster_multi
returns a ggplot2 object.
Neo Christopher Chung nchchung@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.