sslice {refer} | R Documentation |
Create a reference to a 'part' of an R object. sslice
behaves similar to slice
, but does not
have support for direct operations on the referenced object. See sref
for details about the behavior.
sslice(x, ...)
x |
object to be referenced; must be a symbol or character |
... |
objects passed to |
object of class "sslice"
and "sref"