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

7 lines
112 B
R

# View the existing code in the library
library(pixmap)
pixmap::write.pnm
#Usage
write.pnm(theimage, filename)