dec_two: Function that returns numeric values with 2 decimal numbers.

View source: R/geneExpressionFromGEO.r

dec_twoR Documentation

Function that returns numeric values with 2 decimal numbers.

Description

Function that returns numeric values with 2 decimal numbers.

Usage

dec_two(x)

Arguments

x

input numeric value with N decimal numbers.

Value

a numeric value with 2 decimal numbers.

Examples

aaa <- dec_two(8.31232)

geneExpressionFromGEO documentation built on April 11, 2025, 6:16 p.m.