get.cqt.from.aggfinal: Get cqt file from final aggregated results for plotting,...

Description Usage Arguments Value Examples

Description

Get cqt file from final aggregated results for plotting, based on the long-formatted final results

Usage

1
2
3
4
5
get.cqt.from.aggfinal(
  dt_long,
  output_dir,
  mcmc.meta_filename = "mcmc.meta.rda"
)

Arguments

dt_long

final results in long format

output_dir

where to find the "mcmc.meta.rda"

mcmc.meta_filename

default to "mcmc.meta.rda"

Value

res.cqt.Lw.new

Examples

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)

CME.assistant documentation built on March 22, 2021, 5:07 p.m.