getorderedconfignumbers | R Documentation |
These functions generate an ordered list of config numbers by using a path and a basename and '*'.
getorderedconfignumbers(path = "./", basename = "onlinemeas", last.digits = 4, ending = "")
path |
the path to be searched |
basename |
the basename of the files |
last.digits |
the number of last characters in each filename to be used for ordering the list. |
ending |
the file extension after the digits. |
All filenames are assumend to have equal length.
returns the ordered list of gauge config numbers as a numeric vector.
Carsten Urbach, curbach@gmx.de
readcmidatafiles
, extract.obs
confignumbers <- getorderedconfignumbers(path=paste0(system.file(package="hadron"), "/extdata/"), basename="testfile", last.digits=3, ending=".dat") confignumbers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.