dir.eps: Concatenates a path, filename, and file extension into an...

Description Usage Arguments See Also Examples

View source: R/dirfns.R

Description

Concatenates a path, filename, and file extension into an output path, then opens an eps connection at the output path. Any folders in the path that do not exist are created.

Usage

1
dir.eps(filename, path = ".", ..., append.date = T)

Arguments

filename

The output file name.

path

The path to the output file.

...

Additional arguments to postscript.

append.date

Whether to write the output to a directory with today's date.

See Also

dir.img, grDevices::postscript

Examples

1
2
3
dir.eps("example",path="path/to")
plot(1:5,1:5)
dev.off()

kewiechecki/atacSeqFns documentation built on Sept. 27, 2020, 8:25 a.m.