Skip to contents

It's to process user-supplied functions. See the doc of the parameter rowDraw of cHeatmap function for details

Usage

gridFuns(x, y, fun1)

Arguments

x, y

the x and y used in fun1

fun1

a list containg info of a grid function e.g. list('grid.points',size = 0.3,pch=1,col='black')

Examples

# none