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

[,WeaAna-methodR Documentation

Getter to access the weather data at a specific position.

Description

Getter to access the weather data at a specific position.

Usage

## 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

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


weaana documentation built on Nov. 5, 2025, 6:08 p.m.