powered by
This function takes a color and returns the same with a certain alpha grade transparency.
transp(col, alpha=0.5)
If arguments are correctly specified the function returns:
A new color with certain grade of transparency
Color to be used for transparency
Grade of transparency desired
No major details.
Robert J. Henry. 2013. Molecular Markers in Plants. Wiley-Blackwell. ISBN 978-0-470-95951-0.
Ben Hui Liu. 1998. Statistical Genomics. CRC Press LLC. ISBN 0-8493-3166-8.
The core functions of the package mmer
mmer
transp("red", alpha=0.5)
Run the code above in your browser using DataLab