trmatrix-methods: Methods for values of 'TargetRelations' objects

Description Usage Arguments Value Author(s) Examples

Description

Load, unload or write to file the values of a TargetRelations object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
loadValues(object)

## S4 method for signature 'TargetRelations'
loadValues(object)

## S4 method for signature 'gespeR'
loadValues(object)

unloadValues(object, ...)

## S4 method for signature 'TargetRelations'
unloadValues(object, writeValues = TRUE,
  overwrite = FALSE, path = NULL)

## S4 method for signature 'gespeR'
unloadValues(object, writeValues = TRUE,
  overwrite = FALSE, path = NULL)

writeValues(object, ...)

## S4 method for signature 'TargetRelations'
writeValues(object, overwrite = FALSE)

Arguments

object

A TargetRelations object or gespeR object

...

Additional arguments

writeValues

Indicator, whether to write values

overwrite

Indicator, wheter to overwrite values if file exists at path

path

The path to write out values

Value

A TargetRelations object or gespeR object

Author(s)

Fabian Schmich

Examples

1
2
3
4
5
data(stabilityfits)
## Not run: 
loadValues(stabilityfits$A)

## End(Not run)

cbg-ethz/gespeR documentation built on May 13, 2019, 2:02 p.m.