> pdf("test.cmyk.pdf", colormodel='cmyk')
> pie(1:10, col=1:10)
> dev.off()
> pdf("test.pdf")
> pie(1:10, col=1:10)
> dev.off()
Did you see the difference? CMYK colors are dimmer than RGB.
My learning notes for R, Unix, Perl, statistics, tools/resources, biology etc. everything about Bioinformatics
No comments:
Post a Comment