Learn R Programming

algebraic.dist (version 0.9.1)

dim.gamma_dist: Retrieve the dimension of a gamma_dist object.

Description

Retrieve the dimension of a gamma_dist object.

Usage

# S3 method for gamma_dist
dim(x)

Value

1 (univariate)

Arguments

x

The gamma_dist object

Examples

Run this code
dim(gamma_dist(2, 1))

Run the code above in your browser using DataLab