extract-methods: Get/set methods for SaemixData object

Description Usage Arguments

Description

Access slots of a SaemixData object using the object["slot"] format

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S4 method for signature 'SaemixData'
x[i, j, drop]

## S4 method for signature 'SaemixRepData'
x[i, j, drop]

## S4 replacement method for signature 'SaemixRepData'
x[i, j] <- value

## S4 method for signature 'SaemixSimData'
x[i, j, drop]

## S4 replacement method for signature 'SaemixSimData'
x[i, j] <- value

## S4 replacement method for signature 'SaemixRes'
x[i, j] <- value

Arguments

x

object

i

element to be replaced

j

element to replace with

drop

whether to drop unused dimensions

value

value to replace with


saemixr/saemix documentation built on Jan. 26, 2020, 12:53 a.m.