Return the support of the Gamma distribution
Usage
# S3 method for class 'Gamma'
support(d, drop = TRUE, ...)
Arguments
- d
An
Gamma
object created by a call toGamma()
.- drop
logical. Should the result be simplified to a vector if possible?
- ...
Currently not used.