Learn R Programming

CellChat (version 1.0.0)

scaleMat: Scale a data matrix

Description

Scale a data matrix

Usage

scaleMat(x, scale, na.rm = TRUE)

Arguments

x

data matrix

scale

the method to scale the data

na.rm

whether remove na

Value