getter: Getter to access the weather data at a specific position.

Description Usage Arguments Value Examples

Description

Getter to access the weather data at a specific position.

Usage

1
2
## S4 method for signature 'WeaAna'
x[i, j, drop]

Arguments

x

A WeaAna object.

i

the specific position which will access.

j

None use parameter.

drop

None use parameter.

Value

A WeaAnaSite object at the position i.

Examples

1
2
3
4
5
library(weaana)
data( "WeatherRecordsDemo" ) 
records[1]
records[1:2]
records[2:2]

weaana documentation built on Sept. 27, 2021, 5:12 p.m.