plot.CytOpt: CytOpt plot

Description Usage Arguments Value Examples

View source: R/plot.CytOpt.R

Description

plot S3 method for CytOpt object

Usage

1
2
## S3 method for class 'CytOpt'
plot(x, ...)

Arguments

x

an object of class CytOpt to plot.

...

further arguments passed to or from other methods. Not implemented.

Value

a ggplot object, potentially composed through patchwork

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
if(interactive()){

res <- CytOpT(X_s = HIPC_Stanford_1228_1A, X_t = HIPC_Stanford_1369_1A, 
             Lab_source = HIPC_Stanford_1228_1A_labels,
             eps = 0.0001, lbd = 0.0001, n_iter = 10000, n_stoc=10,
             step_grad = 10, step = 5, power = 0.99, 
             method='minmax')
plot(res)

}

CytOpT documentation built on Feb. 10, 2022, 1:07 a.m.