search for: somewwhat

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

Did you mean: somewhat
2010 Aug 01
2
How to understand whether a class is a S3 class?
Hi, is there any way to say: "this class 'x' is a S3 class?" For example what is the type of class "data.frame"? Is it a S3 class or S4? How can I get a complete list of all S3 classes currently available? Thanks,