airData_get-methods: Getter and setter methods for airData objects

Description Usage Arguments

Description

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
air_data(x, ...)

## S4 method for signature 'airData'
air_data(x)

air_data(x) <- value

## S4 replacement method for signature 'airData'
air_data(x) <- value

air_layout(x, value)

## S4 method for signature 'airData'
air_layout(x, value)

air_layout(x) <- value

## S4 replacement method for signature 'airData'
air_layout(x) <- value

layout_df(x, time = c(), ...)

## S4 method for signature 'airData'
layout_df(x, time = c())

## S4 method for signature 'airData'
x[i, j, time = c()]

## S4 replacement method for signature 'airData'
x[i, j, time = c()] <- value

## S4 method for signature 'airData'
x[[i, time = c()]]

## S4 replacement method for signature 'airData'
x[[i, time = c()]] <- value

Arguments

x

An object of class airData.

...

Additional arguments for the generics.

value

The new value to replace the current with.

time

An optional vector with two elements, start and end time, either in character format supported by as.POSIXct, or in POSIXct format.

i

Defines the row selector ([) or the name to match ([[).

j

Defines the column selector.


unDocUMeantIt/paRticulates documentation built on Jan. 20, 2020, 5:15 p.m.