[.Ocens {rmsb} | R Documentation |
Subset Method for Ocens
Objects
## S3 method for class 'Ocens'
x[rows = 1:d[1], cols = 1:d[2], ...]
x |
an |
rows |
logical or integer vector |
cols |
logical or integer vector |
... |
ignored |
Subsets an Ocens
object, preserving its special attributes. Attributes are not updated. In the future such updating should be implemented.
new Ocens
object
Frank Harrell