BasicObject | R Documentation |
R.oo
Class BasicObject
public class BasicObject
BasicObject(core=NULL)
core |
The core value of the object. |
Methods:
$ | - | |
$<- | - | |
.DollarNames | - | |
.subset2Internal | - | |
[[ | - | |
[[<- | - | |
as.character | Gets a character string representing the object. | |
attach | Attach a BasicObject to the R search path. | |
detach | Detach a BasicObject from the R search path. | |
equals | Compares an object with another. | |
extend | Extends another class. | |
getFields | Returns the field names of a BasicObject. | |
getInstantiationTime | Gets the time when the object was instantiated. | |
hasField | Checks if a field exists or not. | |
hashCode | Gets a hash code for the object. | |
isReferable | Checks if the object is referable or not. | |
newInstance | Creates a new instance of the same class as this object. | |
objectSize | Gets the size of the BasicObject in bytes. | |
print | Prints a BasicObject. | |
Methods inherited from logical:
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, as.data.frame, as.raster, coerce,ANY,logical-method
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.