subset-methods: Extraction and Replacement Methods

Description Usage Author(s)

Description

Methods for extraction and replacement.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
## S4 method for signature 'Category,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'DomainResource,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'Endpoint,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'ReferenceValue,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'Service,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'Station,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'StatusInterval,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'Timeseries,ANY,missing'
x[i, j, ..., drop = TRUE]

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

## S4 method for signature 'TVP,ANY,missing'
x[i, j, ..., drop = TRUE]

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

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on March 30, 2020, 11:39 p.m.