dot-RoundValues: Round the Numbers for Plotting

Description Usage Arguments Value Author(s)

Description

This function will round the input numbers by 2 digits, if the absolute of number is larger than or equal to 1. It will take 2 significant digits, if the absolute of number is smaller than 1.

Usage

1
.RoundValues(numbers)

Arguments

numbers

A vector of numeric values. It contains the numbers need to be rounded.

Value

A vector of rounded numbers.

Author(s)


synergyfinder documentation built on April 4, 2021, 6 p.m.