Description Usage Arguments Value
View source: R/eval_functions.R
Builds the SISAL chronology for successfully executed age models. Supply runFile to method and chronology is build for the included entity ids.
1 2 | merge_SISAL_chrono(runfile, .dating = SISAL.AM::dating,
.sample = SISAL.AM::sample, .entity = SISAL.AM::entity)
|
runFile |
Tabel containing entity ids and working_directory where age model chrnologies are saved. |
entity |
SISAL v1b entity csv file |
sample |
SISAL v1b sample csv file |
dating |
SISAL v1b dating csv file |
SISAL chronolgy containg NA for the missing age models #' @example m <- merge_sisal_chrono(runFile) r <- as.data.frame(m[1]) s <- as.data.frame(m[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.