getDistributionName-methods: The 'getDistributionName' method

Description Usage Arguments Value Author(s) Examples

Description

Returns the name of the distribution associated with a domain or a factor.

Usage

1

Arguments

this

the underlying object of the class to proceed (mtkDomain or mtkFactor).

Value

a string.

Author(s)

Hervé Richard, BioSP, Inra, Herve.Richard@avignon.inra.fr, Hervé Monod and Juhui WANG, MIA-jouy, INRA

Examples

1
2
3
4
5
6
# Create a domain and get the name of its distribution 
	d <- mtkDomain(distributionName="unif", domainNominalValue=0)
	distribution <- getDistributionName(d)

# For more information, see examples for the mtkDomain or
# mtkFactor classes.

mtk documentation built on May 2, 2019, 4:15 a.m.