getFlooredvalue: flooring of floating point numbers ~~

Description Usage Arguments Examples

View source: R/gbod.R

Description

flooring of floating point numbers ~~

Usage

1

Arguments

df

normalized Agata dataframe with ertrag and durchsatz columns ~~

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (df) 
{
    df[df == 10] <- 9
    df_floor <- floor(df)
    return(df_floor)
  }

p-jayanna/gbod documentation built on May 5, 2019, 9:02 p.m.