Filters ADPP to metabolite rows using the same fallback logic as
t_pkpt03_MP_col() (METABFL preferred, then PPCAT/PARAM grep for "metab"),
then delegates to p_pkpg03_boxp().
Arguments
- data
A CDISC ADPP data frame (from
export_cdisc()$adpp).- ...
Additional arguments forwarded to
p_pkpg03_boxp().
Value
A named list of ggplot objects (same format as p_pkpg03_boxp()).
Examples
if (FALSE) { # \dontrun{
adpp <- export_cdisc(res_nca)$adpp
plots <- p_pkpg06_mp(adpp)
plots[[1]]
} # }