Read 'results.csv' and 'mcmc.meta' files in the output dir and make res.cqt.Lw.rda
1 2 3 4 5 6 | get.cqt.from.results(
output_dir,
mcmc.meta_filename = "mcmc.meta.rda",
results_filename = "results.csv",
res.cqt_filename = "res.cqt.Lw.rda"
)
|
output_dir |
where to find the results.csv |
mcmc.meta_filename |
default to "mcmc.meta.rda" |
results_filename |
default to "results.csv", the file to read |
res.cqt_filename |
default to "res.cqt.Lw.rda", file name for saving |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.