RosettaCodeData/Task/Bitmap-Write-a-PPM-file/R/bitmap-write-a-ppm-file.r

7 lines
112 B
R
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
# View the existing code in the library
library(pixmap)
pixmap::write.pnm
#Usage
write.pnm(theimage, filename)