Learn R Programming

simsalapar (version 1.0-0)

device: Cropping and Font Embedding PDF Device

Description

dev.off.pdf() is meant for closing a pdf device. It also performs cropping and font embedding if chosen.

Usage

dev.off.pdf(file="Rplots.pdf", crop=NULL, embedFonts="", ...)

Arguments

file
output file name including extension .pdf.
crop
crop command, can be one of: [object Object],[object Object],[object Object]
embedFonts
font embedding command, can be one of: [object Object],[object Object],[object Object]
...
additional arguments passed to dev.off().

Value

See Also

sfsmisc's pdf.end().

Examples

Run this code
## definition
dev.off.pdf

Run the code above in your browser using DataLab