plotFileName: Make a Name for a Diagnostic Plot File

Description Usage Arguments Value Author(s) References See Also

Description

Make a name for a diagnostic plot file, given supplied arguments.

Usage

1
2
3
4
5
6
7
8
9
plotfilename(
	run,
	dir=getwd(),
	grp=NULL,
	onefile=TRUE,
	stem='DiagnosticPlotReview',
	pext=if(onefile) '.pdf' else '_%03d.pdf',
	...
)

Arguments

run

run name

dir

directory name

grp

filename modifiers, see NONR

onefile

includes a counter if FALSE

stem

filename stem

pext

extension, typically ‘pdf’

...

ignored

Value

character

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also


anniejw6/metrumrg documentation built on May 10, 2019, 11:50 a.m.