halftoner-package: Produce halftone figures using R!

Description Details Author(s) Examples

Description

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.

Details

This package was not yet installed at build time.

Index: This package was not yet installed at build time.

Author(s)

Christopher Steven Marcum

Maintainer: Christopher Steven Marcum <cmarcum@uci.edu>

Examples

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")

cmarcum/halftoner documentation built on Dec. 2, 2020, 4:24 a.m.