Description Usage Arguments Value Author(s) Examples
View source: R/Isobole_plotting.R
Get the identifier of a population from the filenam
1 |
files |
vector of filenames |
Numeric vector of k's
Daniel Lill (daniel.lill@intiquan.com)
1 2 3 4 5 | .inputFolder <- system.file("examples/Example-1/Outputs/Simulations",
package = "populationIsoboles")
files <- list.files(.inputFolder)
files <- grep("^(\\d+)[._]", files, value = TRUE)
try(populationIsoboles:::extract_popkFromFilename(files))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.