[R] define absolute size in plots ... possible?
Duncan Murdoch
murdoch.duncan at gmail.com
Wed Jun 24 13:17:17 CEST 2015
On 24/06/2015 7:08 AM, Martin Batholdy via R-help wrote:
> Hi,
>
> I would like to define the size for tick-marks, axis-titles, legends, drawing symbols etc. absolute,
> meaning that regardless of the size of the plot device, the font-size / character size is the same.
>
> Thus if I output my plot with pdf(width=5, height=5) or pdf(width=15, height=15), the font-size / symbol-size remains the same.
>
>
> Is that possible in R?
That's the default, isn't it?
You need to give some reproducible code and explain what you don't like
about the results.
Duncan Murdoch
More information about the R-help
mailing list