getNominalValueType-methods: The 'getNominalValueType' method

Description Usage Arguments Value Author(s) Examples

Description

Returns the data type of the nominal value associated with the uncertainty domain of a factor.

Usage

1

Arguments

this

an object of the class mtkDomain.

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 type of its nominal value
	d <- mtkDomain(distributionName="unif", domainNominalValue=0.0)
	valueType <- getNominalValueType(d)

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

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