How to Export High Quality Image from R

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Before i knew about all these, I used to export all my plot into pdf from RStudio, then convert the pdf (which is a type of vector image) from Adobe Illustrator into the required format as requested from the publisher.
    I am also guilty of manually combining multiple image using Microsoft Powerpoint then again, export to pdf and convert to the required DPI and resolution using illustrator.
    Now I just hope can use this as a guide to avoid all the stupid mistakes I made :P
    Download the script here:
    github.com/bra...
    ggpubr
    cran.r-project...
    cowplot
    cran.r-project...
    ggarange
    www.rdocumenta...
    Rblogger link
    www.r-bloggers...
    General Graphical Device in R
    stat.ethz.ch/R...
    More Information
    Email: liquidbrain.r@gmail.com
    Github: github.com/bra...
    Twitter: / brandon_yeoph
    Email: liquidbrain.r@gmail.com
    Website: www.liquidbrai...
    Patreon: / liquidbrain

Комментарии • 21

  • @mugwanyamuzril1131
    @mugwanyamuzril1131 Год назад +1

    Finally. A video that helps me to save r images in a higher resolution

  • @univ41soukahras48
    @univ41soukahras48 Месяц назад

    thank you for this video. I have a problem when I want to open the image it does not appear (turns white)
    my_palette

  • @DB-kv3wu
    @DB-kv3wu 2 месяца назад

    ❤ Best tutor! Thanks!

  • @AndZP8
    @AndZP8 2 года назад

    Thanks for the video! Very useful information here! By the way, I don't know if you have already tried, but there is also a good R library for wraping plots, it is called patchwork.

  • @nimraandrew8278
    @nimraandrew8278 3 года назад +2

    Thank you so much for easiest ways :)

  • @shawsheryl5092
    @shawsheryl5092 Год назад

    excellent tutorial! But I notice that at 11:32 in the console there's still an error when runing yplot(), it should be "yplot" not "yplot()"

  • @evis5056
    @evis5056 Год назад

    That was super helpful!

  • @radhikabalachandran7525
    @radhikabalachandran7525 Год назад

    sir how to save a nonggplot in r to specific folder with high resolution

  • @ellesawyer4194
    @ellesawyer4194 2 года назад

    Super helpful! thank you

  • @qusay6948
    @qusay6948 2 года назад

    Hello, I used this code to save the image "png(filename = "authorkeywords.png", width = 20, height = 10, units= "cm", res = 400)", but it doesn't work. Is there any code to save the image with customize.

    • @LiquidBrain
      @LiquidBrain  2 года назад +1

      try this
      >png(filename = "authorkeywords.png", width = 20, height = 10, units= "cm", res = 400)
      >plot(iris)
      >dev.off()
      this will open the canvas, plot in the image, and then save the image.

  • @patrickbigbigx5312
    @patrickbigbigx5312 2 года назад

    ggpubr stands for public ready? ..... I just want leave a comment to mark this valuable vedio~

    • @LiquidBrain
      @LiquidBrain  2 года назад +1

      I believe the original documents call it “ publication ready” 😃

  • @rabiaashraf2383
    @rabiaashraf2383 3 года назад

    How save image in postscript format?

    • @LiquidBrain
      @LiquidBrain  3 года назад

      I think you can refer to this website here:
      r-coder.com/save-plot-r/

  • @qusay6948
    @qusay6948 2 года назад

    I checked many videos. No one discusses how to save the picture just save.

  • @anahimaldonadocabrera5091
    @anahimaldonadocabrera5091 Год назад

    hi

  • @DB-kv3wu
    @DB-kv3wu 2 месяца назад

    ❤ Best tutor! Thanks!