[,WeaAna-method {weaana}R 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]


[Package weaana version 0.1.1 Index]