Learn R Programming

distributions3 (version 0.1.2)

support.Normal: Return the support of the Normal distribution

Description

Return the support of the Normal distribution

Usage

# S3 method for Normal
support(d)

Arguments

d

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

Value

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