plot.CytOpt {CytOpT}R Documentation

CytOpt plot

Description

plot S3 method for CytOpt object

Usage

## 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

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)

}

[Package CytOpT version 0.9.4 Index]