scores: 'scores<-'

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
5
6
7
8
9
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

1
2
3
4
5
onassis <- Onassis()
scores(onassis) <- matrix()

o <- Onassis()
scores(o)

eugeniaeueu/Onassis documentation built on March 9, 2020, 8:17 a.m.