R/class-PKNCAconc.R
, R/class-PKNCAdose.R
, R/class-PKNCAresults.R
, and 1 more
getDataName.Rd
Get the name of the element containing the data for the current object.
# S3 method for class 'PKNCAconc'
getDataName(object)
# S3 method for class 'PKNCAdose'
getDataName(object)
# S3 method for class 'PKNCAresults'
getDataName(object)
getDataName(object)
# Default S3 method
getDataName(object)
A character scalar with the name of the data object (or NULL
if the
method does not apply).
getDataName(default)
: If no data name exists, returns NULL.
Other PKNCA object extractors:
getDepVar()
,
getIndepVar()