Description Details Author(s) Examples
Halftone is a reprographic technique that uses various sized and spaced dots to represent continuous tone gradients. It is the basis of color offset printing and predominantly used in CMYK colorspace applications.
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Christopher Steven Marcum
Maintainer: Christopher Steven Marcum <cmarcum@uci.edu>
1 2 3 4 5 6 7 8 9 | data(calfs)
plot(halftone(calfs))
plot(halftone(calfs,channel=1),pch=19,col="red")
points(halftone(calfs,channel=2),pch=19,col="green")
points(halftone(calfs,channel=3),pch=19,col="blue")
plot(halftone(apply(calfs,1:2,mean),x.samp=90,y.samp=90),pch="\u2605",col="red")
points(halftone(apply(calfs,1:2,mean),deg=-5),pch="\u2605",col="blue")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.