plot.ggb: Plot a GGB object

Description Usage Arguments

View source: R/plot.ggb.R

Description

Uses image function from the Matrix R package.

Usage

1
2
## S3 method for class 'ggb'
plot(x, subset = seq_along(x$Sig), ...)

Arguments

x

ggb object as returned by ggb

subset

which lambda values to plot, expressed as a subset of indices, between 1 and length(x$Sig)

...

additional arguments to pass to Matrix::image


jacobbien/ggb documentation built on May 18, 2019, 8:01 a.m.