Description Usage Arguments Examples
View source: R/Isobole_plotting.R
Check if some simulations are more recent than the file to recalculate. This is useful for calculations which take some time, e.g. the 2d-quantiles ("percentages")
1 2 3 4 | determineRecalcNeccessary(
.inputFolder,
fileToRecalc = file.path(.inputFolder, "GLOBAL-101-percentages-grid_fine.rds")
)
|
.inputFolder |
Path to "Simulations" with simulation results |
fileToRecalc |
e.g. "GLOBAL-101-percentages-grid_fine.rds" |
1 2 3 | .inputFolder <- system.file("examples/Example-1/Outputs/Simulations",
package = "populationIsoboles")
populationIsoboles:::determineRecalcNeccessary(.inputFolder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.