write.pdf: A customized pdf function

Description Usage Arguments Value Examples

View source: R/write.pdf.R

Description

A customized pdf function

Usage

1
2
write.pdf(filename, heightmm = 173, widthmm = 173, metricsystem = "mm",
  timestamp = F)

Arguments

metricsystem

String either "mm" or "inch". Default "mm" as it should be ;P

file

filename. Include .pdf ending

height

height of the plot

width

width of the plot

Value

outputs a pdf

Examples

1
2
3
4
5
6
7
## Not run: 

write.pdf(filename="myplot",heightmm=173,width=85)
plot(1,1)
dev.off()	

## End(Not run)

MoisesExpositoAlonso/moiR documentation built on Dec. 24, 2021, 10:12 p.m.