Description Usage Arguments Value
View source: R/runbayeSSC_with_conf.R
A wrapper function for running BayeSCC with a configuration table. See the example in the vignettes for requirements on the configuration table.
1 2 3 4 5 6 7 8 9 10 11 | runbayeSSC_with_conf(
BayeSSCallocation,
conf,
prefix = "temp",
species.assignment = NULL,
exp.time = NULL,
intern = TRUE,
deletetempfolder = T,
write.conf.to.file = F,
write.obs.to.file = F
)
|
BayeSSCallocation |
A character string providing the path to the BayeSSC executable (including the file name itself) |
conf |
A data frame with configurations |
prefix |
A character string. BayeSSC will generate many intermediate files. This function will create temporary folders for storing these files. One folder for one row in the configuration table, and the folder will be named as |
species.assignment |
A list showing species-to-event assignment. This can be |
exp.time |
A numeric vector with the events time.This can be |
intern |
|
deletetempfolder |
|
write.conf.to.file |
|
write.obs.to.file |
|
A data frame storing the the observation summary statistics simulated BayeSSC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.