getDistArg: Get argument names of a distribution function

View source: R/getArg.R

getDistArgR Documentation

Get argument names of a distribution function

Description

Returns the non-standard argument names of the quantile function q<dist> (i.e. everything except p, lower.tail, and log.p).

Usage

getDistArg(dist)

Arguments

dist

distribution name (character), e.g. "paretoII".

Value

A character vector of argument names, or NULL (with a message) if the distribution is not defined.


CoSMoS documentation built on May 8, 2026, 1:08 a.m.