vis_cluster_multi: Visualize the projectories of two datasts

Description Usage Arguments Value Author(s)

View source: R/vis_cluster.R

Description

Plot two sets of projectories next to each other, grouped by clusters.

Usage

 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,
  ...
)

Arguments

x

a first matrix with m biomarkers as rows, over n time points (columns).

x.cluster

a clustering object from the first data matrix.

y

a second matrix with m biomarkers as rows, over n time points (columns).

y.cluster

a clustering object from the second data matrix.

verbose

a logical specifying to print the computational progress. By default, FALSE.

print.plot

a logical specifying to print the resulting plot onto the screen. By default, FALSE.

return.separate

a logical specifying to return two ggplot2 objects separately. By default, FALSE.

...

optional arguments.

Value

vis_cluster_multi returns a ggplot2 object.

Author(s)

Neo Christopher Chung nchchung@gmail.com


UCLA-BD2K/CV.Signature.TCP documentation built on May 15, 2020, 11:27 p.m.