Learn R Programming

distributions3 (version 0.2.2)

support.Exponential: Return the support of the Exponential distribution

Description

Return the support of the Exponential distribution

Usage

# S3 method for Exponential
support(d, drop = TRUE, ...)

Value

A vector of length 2 with the minimum and maximum value of the support.

Arguments

d

An Exponential object created by a call to Exponential().

drop

logical. Should the result be simplified to a vector if possible?

...

Currently not used.