MAtoR {maDB}R Documentation

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

Description

MAtoR This function calculates the red intensity values if one has only M and A values.

Usage

MAtoR(M,A)

Arguments

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

Details

As the 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 R (red) intensity values.

Author(s)

Johannes Rainer

References

See Also

MAtoG

Examples






[Package maDB version 1.2.0 Index]