Description Usage Arguments Details Value
Returns a Bayer matrix of side length 2^n. Not exported, not intended for use by the user.
1 | bayer(n)
|
n |
matrix size (square matrix of side length 2^n) |
My code related to ordered dithering is based on my own web reseach, using mainly the two articles
https://gist.github.com/MehdiNS/bd41bbc6db780c9409157d35d331ac80
http://www.sumsar.net/blog/2019/01/image-dithering-in-r/
It might not be exactly right from a 'purist' point of view - but it seems to give the effect I am looking for in this application - based purely on visual aesthetics
A matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.