Description Usage Arguments Value Author(s) Examples
View source: R/Isobole_plotting.R
I moved the output of 001-gridInfo.rds from .outputFolder to .outputFolder/Simulations. This function searches both folders to allow backwards compatibility and that .inputFolder now means the "Simulations"-folder for all PI_read* functions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | PI_readItermax(.inputFolder)
PI_readAllPaths(.inputFolder, itermax_dt = PI_readItermax(.inputFolder))
PI_getFinalPaths(allPaths)
PI_readGridLens(.inputFolder)
PI_readGridInfo(.inputFolder)
PI_readGridValues(
.inputFolder,
itermax_dt = PI_readItermax(.inputFolder),
gridlens = PI_readGridLens(.inputFolder)
)
PI_readAreas(.inputFolder, itermax_dt = PI_readItermax(.inputFolder))
|
.inputFolder |
Folder where the results are stored. Is searched recursively |
itermax_dt |
Output from |
allPaths |
Output from |
gridlens |
output of PI_readGridLens |
data.table(itermax, k) containing the maximum iteration for each population
Daniel Lill (daniel.lill@intiquan.com)
Daniel Lill (daniel.lill@intiquan.com), Venelin Metiv (venelin.mitov@intiquan.com)
1 2 3 4 5 6 7 8 9 10 11 | library(populationIsoboles)
.inputFolder <- system.file("examples/Example-1/Outputs/Simulations",
package = "populationIsoboles")
populationIsoboles:::PI_readItermax(.inputFolder)
.inputFolder <- system.file("examples/Example-1/Outputs/Simulations",
package = "populationIsoboles")
populationIsoboles:::PI_readAllPaths(.inputFolder)
library(populationIsoboles)
.inputFolder <- system.file("examples/Example-1/Outputs/Simulations",
package = "populationIsoboles")
populationIsoboles:::PI_readGridValues(.inputFolder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.