在rmarkdown中通过quantmod隐藏图片,可以通过以下步骤实现:
install.packages("quantmod")
library(quantmod)
chartSeries
函数绘制图表,并将plot=FALSE
参数设置为隐藏图表的显示:chartSeries(your_data, plot=FALSE)
其中,your_data
是你要绘制图表的数据。
saveChart
函数保存隐藏的图表为图片文件:saveChart(file = "path/to/your/image.png", type = "png")
其中,file
参数指定保存的图片文件路径和文件名,type
参数指定保存的图片格式。
![](path/to/your/image.png)
其中,path/to/your/image.png
是你保存的图片文件路径和文件名。
通过以上步骤,你可以在rmarkdown中通过quantmod隐藏图片,并在文档中插入隐藏的图片。请注意,以上答案仅供参考,具体实现方式可能因环境和需求而有所不同。
领取专属 10元无门槛券
手把手带您无忧上云