powered by
getName
getName(this)
# 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