Estimada Eva Castro
De la ayuda copio y pego una parte, yo intentaría con los dos últimos
comandos que pego a continuación:
PDF Graphics Device
Description
pdf starts the graphics device driver for producing PDF graphics.
Usage
pdf(file = ifelse(onefile, "Rplots.pdf", "Rplot%03d.pdf"),
width, height, onefile, family, title, fonts, version,
paper, encoding, bg, fg, pointsize, pagecentre, colormodel,
useDingbats, useKerning, fillOddEven, maxRasters, compress)
Arguments
file
a character string giving the name of the file. If it is of the form
"|cmd",
the output is piped to the command given by cmd. If it is NULL, then no
external file is created (effectively, no drawing occurs), but the device
may still be queried (e.g., for size of text).
For use with onefile = FALSE give a C integer format such as
"Rplot%03d.pdf"
(the default in that case). (See postscript for further details.)
Tilde expansion (see path.expand) is done.
width, height
Javier Marcuzzi
-----Mensaje original-----
From: Eva Prieto Castro
Sent: Saturday, December 15, 2012 10:04 AM
To: Xavier Fernández i Marín
Cc: r-help-es
Subject: Re: [R-es] Duda gráfico DIN A-4
Hola:
Sobre este asunto, sigo con una duda:
Supongamos que tengo un gráfico en el cual muestro una curva (ejex con
valores comprendidos entre x1 y x2; ejey con valores comprendidos entre y1 e
y2). Eso aunque yo lo lleve a un pdf con paper="a4" me va a mantener
las
proporciones que yo he fijado para los ejes, con la salvedad de que me lo
centra respecto al DIN-A4.
La cuestión es: ¿Cómo consigo que me rellene todo el DIN-A4?. Es decir,
¿cómo consigo que adapte las proporciones a todo ese espacio?.
Gracias.
Atte.- Eva
--- El vie, 2/11/12, Xavier Fernández i Marín <xfim.ll en gmail.com>
escribió:
De: Xavier Fernández i Marín <xfim.ll en gmail.com>
Asunto: Re: [R-es] Duda gráfico DIN A-4
Para: "Eva Prieto Castro" <evapcastro en yahoo.es>
CC: "r-help-es" <r-help-es en r-project.org>
Fecha: viernes, 2 de noviembre, 2012 16:11
Eva Prieto Castro vas escriure el dia dj, 01 nov 2012:
> Hola,
>
> ?Alguien me puede indicar c?mo conseguir que un gr?fico se adapte al
> formato DIN-A4, con su correspondiente verticalidad?. ?Hay que hacerlo
> "manualmente" o existe alg?n par?metro/funci?n que lo controle?.
El dispositivo pdf tiene una argumento para generar fácilmente un archivo
pdf
en formato A4 "vertical".
pdf("archivo.pdf", paper="a4")
--
- Xavier -
[[alternative HTML version deleted]]
_______________________________________________
R-help-es mailing list
R-help-es en r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es