在R或Python中绘制像素

时间:2019-05-31 06:00:04

标签: python r matplotlib ggplot2 data-science

如何在R中绘制像素图像,我已经像这样在R中创建了像素矩阵

 a = matrix(c(1,1,1,0),nrow = 2,ncol = 2,byrow = T)
 image(a)

这是一张图片,我有几张具有x和y轴值的像素图片, 像这样

X | Y | Image
______________
1 |1  | Image1
1 |2  | Image2

我想要这样的输出

enter image description here

0 个答案:

没有答案