Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该如何强制 R 制作多个图,但都在同一轴(X 和 Y)刻度上?我用 R 制作了一些单独的图,它们根据 X 和 Y 呈现粒子的位置。我试图使它们都具有完全相同的比例。我正在绘制的方式是通过 png 命令,例如:
png(paste0("tile.png"),width=25.0,height=30.0,units="cm",res=240)
我将其应用于其他人,但规模将会改变。任何意见,将不胜感激。