Functions to generate axis data
pm_axis_tad(xunit = NULL)
pm_axis_time(xunit = NULL)
pm_axis_tafd(xunit = NULL)
pm_axis_res()
pm_axis_wres()
pm_axis_cwres()
pm_axis_cwresi()
pm_axis_npde()
pm_axis_pred(xname = NULL)
pm_axis_ipred(xname = NULL)
pm_axis_dv(yname = NULL)
an optional time unit to be glued into the title.
an optional name to be glued into the title.
an optional name to be glued into the title.
These functions call pmplots:::mk_col_title()
. When time units
(xunit
) are passed, they will be wrapped in parens.
pm_axis_time()
#> [1] "TIME//Time {xunit}"
pm_axis_time("h")
#> [1] "TIME//Time (h)"
pm_axis_pred("concentration")
#> [1] "PRED//Population predicted concentration"