Description Usage Arguments Value Examples
Get cqt file from final aggregated results for plotting, based on the long-formatted final results
1 2 3 4 5 | get.cqt.from.aggfinal(
dt_long,
output_dir,
mcmc.meta_filename = "mcmc.meta.rda"
)
|
dt_long |
final results in long format |
output_dir |
where to find the "mcmc.meta.rda" |
mcmc.meta_filename |
default to "mcmc.meta.rda" |
res.cqt.Lw.new
1 2 3 4 5 6 7 | ## Not run:
dt_u5 <- get.CME.UI.data(dir_file = final_dir_list$dir_total_2020)
dt_u5 <- dt_u5[Indicator == "U5MR"]
output_dir <- file.path(get.IGMEoutput.dir(2019), "GR20200214_all")
res.cqt.Lw.new <- get.cqt.from.aggfinal(dt_u5, output_dir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.