search for: retuirns

Displaying 1 result from an estimated 1 matches for "retuirns".

Did you mean: retains
2008 Sep 05
1
Derived classes
...9;. At runtime if I wish I can tell the type of the 'Shape' using various language specific operators. In 'R' it seems that each 'function' in general returns an object that is specific to that function. For example 'stl' returns an 'stl' object, 'lm' retuirns an 'lm' object, 'kmeans' returns a 'kmens' object etc. If I have an array of these objects what can I use to tell the type of object in 'R' and runtime? Any examples would be helpful. Thank you. Kevin