Getter to access the weather data at a specific position.
# S4 method for WeaAna [(x, i, j, drop)
x | A WeaAna object. |
---|---|
i | the specific position which will access. |
j | None use parameter. |
drop | None use parameter. |
A WeaAnaSite object at the position i.
#> Warning: data set ‘WeatherRecordsDemo’ not foundrecords[1]#> Name Number Latitude Longitude #> 1 DEMO Weather Site 1 0000001 -25 135records[1:2]#> Name Number Latitude Longitude #> 1 DEMO Weather Site 1 0000001 -25 135 #> 2 DEMO Weather Site 2 0000002 -25 130records[2:2]#> Name Number Latitude Longitude #> 1 DEMO Weather Site 2 0000002 -25 130