Remove NMsimRes class and discard NMsimRes meta data
Check if an object is 'NMsimRes'
Basic arithmetic on NMsimRes objects
unNMsimRes(x)is.NMsimRes(x)
# S3 method for NMsimRes
merge(x, ...)
# S3 method for NMsimRes
t(x, ...)
# S3 method for NMsimRes
dimnames(x, ...)
# S3 method for NMsimRes
rbind(x, ...)
# S3 method for NMsimRes
cbind(x, ...)
x stripped from the 'NMsimRes' class
logical if x is an 'NMsimRes' object
An object that is not of class 'NMsimRes'.
an NMsimRes object
arguments passed to other methods.
When 'dimnames', 'merge', 'cbind', 'rbind', or 't' is called on an 'NMsimRes' object, the 'NMsimRes' class is dropped, and then the operation is performed. So if and 'NMsimRes' object inherits from 'data.frame' and no other classes (which is default), these operations will be performed using the 'data.frame' methods. But for example, if you use 'as.fun' to get a 'data.table' or 'tbl', their respective methods are used instead.