plot.bk: Heatmap plots

View source: R/bk.R

plot.bkR Documentation

Heatmap plots

Description

A wrapper for pkern_plot

Usage

## S3 method for class 'bk'
plot(x, ...)

Arguments

x

a bk object

...

other arguments passed to pkern_plot

Value

nothing

Examples

g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
plot(g)

deankoch/pkern documentation built on Oct. 26, 2023, 8:54 p.m.