scores {Onassis}R Documentation

scores<-

Description

This method gets and sets the scores slot of a class Onassis-class

Usage

scores(object)

scores(object) <- value

## S4 replacement method for signature 'Onassis'
scores(object) <- value

## S4 method for signature 'Onassis'
scores(object)

Arguments

object

instance of class Onassis-class

value

a matrix of scores

Value

the matrix of scores in case of get and the new Onassis-class object in case of set

Examples

onassis <- Onassis()
scores(onassis) <- matrix()

o <- Onassis()
scores(o)


[Package Onassis version 1.4.5 Index]