Learn R Programming

geneExpressionFromGEO (version 1.3)

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

Description

Function that returns numeric values with 2 decimal numbers.

Usage

dec_two(x)

Value

a numeric value with 2 decimal numbers.

Arguments

x

input numeric value with N decimal numbers.

Examples

Run this code
aaa <- dec_two(8.31232)

Run the code above in your browser using DataLab