powered by
imnoise(x = 1, y = 1, z = 1, cc = 1, mean = 0, sd = 1)
imnoise(100,100,cc=3) %>% plot(main="White noise in RGB") imnoise(100,100,cc=3) %>% isoblur(5) %>% plot(main="Filtered (non-white) noise")
Run the code above in your browser using DataLab