ggPMXdevelopment / ggPMX

ggPMX R package
37 stars 10 forks source link

Make a `pmx_effects()` controller with documentation about what everything means AND more intuitive parameter names #357

Open mattfidler opened 1 year ago

mattfidler commented 1 year ago

ggPMX team believes this is not that intuitive of syntax:

          **Yes** it is possible to do so using below syntax style:
pmx_plot_eta_cats(
    ctr,
    effects=list(
      levels=c("ka", "V"),
      labels=c("Absorption_rate", "V")
    )
  )

Forthcoming

Originally posted by @tynsci in https://github.com/ggPMXdevelopment/ggPMX/issues/292#issuecomment-1378725392