[R] about saving format

Ismail SEZEN sezenismail at gmail.com
Sun Aug 6 02:54:35 CEST 2017


> On 6 Aug 2017, at 03:47, lily li <chocold12 at gmail.com> wrote:
> 
> In the lower right panel of R-studio interface, there is the "Export" button. I saved as PDF from there directly, rather than using functions
> 
> On Sat, Aug 5, 2017 at 6:18 PM, Ismail SEZEN <sezenismail at gmail.com> wrote:
> 
> > On 6 Aug 2017, at 03:01, lily li <chocold12 at gmail.com> wrote:
> >
> > I am using the plot() function, but have a problem. When saving as pdf
> > format, the ‰ sign in the x-axis label becomes (...) sign. I prefer to save
> > in pdf, as this format has a higher resolution than jpeg or other picture
> > formats. Could anyone tell me how to do then? Thanks.
> 
> Please, share minimal example. which function do you use to save the plot as pdf? ‘pdf' or ‘cairo_pdf’ or something else?

I used the code below, and used export button to save as pdf. It saves as expected. Please, minimize your code as below and share. So I can try on my machine.

plot(0, xlab = "Percent (‰)", ylab = "Another Percent (‰)”)


More information about the R-help mailing list