Learn R Programming

algebraic.dist (version 0.9.1)

params.poisson_dist: Retrieve the parameters of a poisson_dist object.

Description

Retrieve the parameters of a poisson_dist object.

Usage

# S3 method for poisson_dist
params(x)

Value

A named numeric vector with element lambda.

Arguments

x

A poisson_dist object.

Examples

Run this code
params(poisson_dist(5))

Run the code above in your browser using DataLab