MAtoG {maDB}R Documentation

Calculate the green intensity values from the M and A values given.

Description

MAtoG This function calculates the green intensity values if one has only M and A values.

Usage

MAtoG(M,A)

Arguments

M A vector (or matrix) of M values
A A vector (or matrix) of A values

Details

M values are defined by the formula M = log2(R/G) and the A values by A = 1/2 * log2(R*G). This function simply calculates from the M and A values back to the G (green) intensity values by performing the following calculation: sqrt((2^(2*A))/2^M).

Author(s)

Johannes Rainer

References

See Also

MAtoR

Examples






[Package maDB version 1.10.0 Index]