billdenney/pknca

Standardize function arguments (and function names)

billdenney opened this issue · 0 comments

Some functions have the same function arguments and names, some don't. Wherever found, standardize function arguments so that the same argument does the same thing everywhere.

An initial example is:

  • interp.extrap.conc(interp.method, extrap.method) are the same as pk.calc.auxc(method, auc.type)