pm_axis_functions: Functions to generate axis data

pm_axis_functionsR Documentation

Functions to generate axis data

Description

Functions to generate axis data

Usage

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)

Arguments

xunit

an optional time unit to be glued into the title.

xname

an optional name to be glued into the title.

yname

an optional name to be glued into the title.

Details

These functions call pmplots:::mk_col_title(). When time units (xunit) are passed, they will be wrapped in parens.

See Also

pm_axis()

Examples

pm_axis_time()
pm_axis_time("h")
pm_axis_pred("concentration")


metrumresearchgroup/pmplots documentation built on Oct. 15, 2024, noon