slots-set.Rd
Function to assign multiple slots to a S4 object
slots(x, exceptions = c("Dim", "Dimnames", "i", "p", "x", "factors")) <- value
x | an S4 object |
---|---|
exceptions | slots to ignore |
value | a list of attributes extracted by attributes() |