Discussion:
[hakyll] Resizing images in R Markdown
e***@gmail.com
2015-12-17 11:38:06 UTC
Permalink
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
--
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.
Elias Diem
2015-12-22 08:00:55 UTC
Permalink
Hi
Post by e***@gmail.com
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. <snip/>
Maybe use an external image manipulation program (like
ImageMagick) and resize the image.
--
Greetings
Elias
--
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.
Loading...