dec_two {geneExpressionFromGEO}R 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)

[Package geneExpressionFromGEO version 0.9 Index]