calculateDiff: Calculate Diff

Description Usage Arguments Value See Also Examples

View source: R/NoiseDetection.R

Description

Function to calculate de variation of a dataSet.

Usage

1
calculateDiff(dataSet, inf, sup)

Arguments

dataSet

an object of class data frame with a data set.

inf

an integer that represent the first column that you want review.

sup

an integer that represent the last column that you want review.

Value

an object of class data frame with a variation of all data set.

See Also

getColumnsNoise

Examples

1
2
iris.x <- iris[,1:4]
diffValues <- calculateDiff(iris.x)

mariytu/RegressionLibs documentation built on May 21, 2019, 11:47 a.m.