Learn R Programming

EnrichedHeatmap (version 1.2.2)

default_smooth_fun: Default smooth function

Description

Default smooth function

Usage

default_smooth_fun(x)

Arguments

x
input numeric vector

Details

The smooth function is applied to every row in the normalized matrix. For this default smooth function, locfit is first tried on the vector. If there is error, loess smoothing is tried afterwards. If both smoothing are failed, there will be an error.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab