scores {Onassis} | R Documentation |
scores<-
This method gets and sets the scores
slot of a class Onassis-class
scores(object) scores(object) <- value ## S4 replacement method for signature 'Onassis' scores(object) <- value ## S4 method for signature 'Onassis' scores(object)
object |
instance of class |
value |
a matrix of scores |
the matrix of scores in case of get and the new Onassis-class
object in case of set
onassis <- Onassis() scores(onassis) <- matrix() o <- Onassis() scores(o)