50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

normfluodbf (version 1.5.2)

roundfluor: Title: A value rounding function.

Description

Round attribute values to three decimal places.

Usage

roundfluor(x)

Value

A rounded value with three decimal places when applied to a single value or an attribute with log-transformed values.

Arguments

x

Attribute value(s).

Examples

Run this code
test_df <- as.data.frame(c(seq(40)))
colnames(test_df) <- "test"
test_df_norm <- lapply(test_df[1:ncol(test_df)], roundfluor)

Run the code above in your browser using DataLab