air_data()/air_data()<- Get/set the data slot.
air_layout()/air_layout()<- Get/set the layout slot.
layout_df() Returns a single data frame as described by the layout slot.
[/[[ Can be used as a shortcut to directly access the data as described by the layout slot.
| 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
 | 
| x | An object of class  | 
| ... | 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  | 
| i | Defines the row selector ( | 
| j | Defines the column selector. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.