【发布时间】:2020-04-04 05:57:21
【问题描述】:
我使用以下方法将我在 matlab 中制作的图像导入到 rstudio 中的 markdown 中:

但是,我在网上查看,只能找到切换到我的 pdf 文件中没有显示的 html <img src="icon.png" width="200">,或者将宽度和高度附加到末尾:
{width=250px}
只需将 {width=250px} 的标题添加到我的图片末尾即可。
有没有其他方法可以改变图片的大小?
【问题讨论】:
-
这能回答你的问题吗? Resizing images in RMarkdown
标签: image rstudio size markdown r-markdown