我正在生成相关矩阵,然后放大图像并单击保存以获得非常详细的相关矩阵,但分辨率变得非常糟糕。有没有办法以更好的分辨率保存这个图像?
注意:我尝试使用一些示例here保存矩阵,但没有正确保存,可能是由于我创建可视化的方式。
eCor<-cor(eTotals,y=NULL,use="pairwise.complete.obs")
mixedCor<-corrplot.mixed(eCor)
jpeg("Plot3.jpeg", width = 4, height = 4, units = 'in', res = 300)
plot(mixedCor, y=NULL) # Make plot
dev.off()
输出是单个