Learn R Programming

mtk (version 1.0)

getName-methods: The getName method

Description

Returns the name of the object or a process.

Usage

getName(this)

Arguments

this
the underlying object to proceed.

Value

Examples

Run this code
# 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'

Run the code above in your browser using DataLab