siteInfor {weaana}R Documentation

Get site information

Description

Get site information

Get site information

Get site information

Usage

siteInfor(object, ...)

## S4 method for signature 'WeaAna'
siteInfor(object, load.now = FALSE)

## S4 method for signature 'WeaAnaSite'
siteInfor(object, load.now = FALSE)

Arguments

object

A WeaAnaSite object.

...

Not used

load.now

Whether load site information

Value

Site information in the WeaAna object

Site information in the WeaAnaSite object

Examples

library(weaana)
data( "WeatherRecordsDemo" ) 
siteInfor( records )
siteInfor( records, load.now = TRUE )

[Package weaana version 0.1.1 Index]