Learn R Programming

distributions3 (version 0.1.2)

support.Geometric: Return the support of the Geometric distribution

Description

Return the support of the Geometric distribution

Usage

# S3 method for Geometric
support(d)

Arguments

d

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

Value

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