Learn R Programming

DataVisualizations (version 1.3.3)

SignedLog: Signed Log

Description

Computes the Signed Log if Data

Usage

SignedLog(Data,Base="Ten")

Value

Transformed Data

Arguments

Data

[1:n,1:d] Data matrix with n cases and d variables

Base

Either "Ten", "Two", "Zero", or any number.

Author

Michael Thrun

Details

A neat transformation for data, it it has a better representation on the log scale.

References

Prof. Dr. habil. A. Ultsch, Lectures in Knowledge Discovery, 2014.

See Also

Examples

Run this code
# sampling is done
# because otherwise the example takes too long
# in the CRAN check
data('ITS')
ind=sample(length(ITS),1000)

MDplot(SignedLog(cbind(ITS[ind],MTY[ind])*(-1),Base = "Ten"))

Run the code above in your browser using DataLab