e***@gmail.com
2015-12-17 11:38:06 UTC
I'm writing a document using rmarkdown and need to include a .gif or .png
file. The default settings generate an image that's too large. I'm
wondering how to resize it for Word or PDF output. I've tried:
![](./image/image1.png =1000x200)
and...
---title: "My Document"output:
html_document:
fig_width: 6
fig_height: 4---
Are there any other ways to accomplish it? Thanks
file. The default settings generate an image that's too large. I'm
wondering how to resize it for Word or PDF output. I've tried:
![](./image/image1.png =1000x200)
and...
---title: "My Document"output:
html_document:
fig_width: 6
fig_height: 4---
Are there any other ways to accomplish it? Thanks
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.