getName-methods: The 'getName' method

Description Usage Arguments Value Author(s) Examples

Description

Returns the name of the object or a process.

Usage

1
getName(this)

Arguments

this

the underlying object to proceed.

Value

a string

Author(s)

Juhui WANG, MIA-Jouy, Inra, Juhui.Wang@jouy.inra.fr

Examples

1
2
3
4
5
6
7
# just a method to access to the name of the underlying object or process

# Create an object of the 'mtkFeature' class.

f <- mtkFeature(name="x", type="double", val=0.0)

getName(f) # gives 'x'

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