siteInfor-methods: Get site information

Description Usage Arguments Value Examples

Description

Get site information

Get site information

Get site information

Usage

1
2
3
4
5
6
7
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

1
2
3
4
library(weaana)
data( "WeatherRecordsDemo" ) 
siteInfor( records )
siteInfor( records, load.now = TRUE )

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