Learn R Programming

weaana (version 0.1.1)

siteInfor: Get site information

Description

Get site information

Get site information

Get site information

Usage

siteInfor(object, ...)

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

# S4 method for 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

Run this code
# NOT RUN {
library(weaana)
data( "WeatherRecordsDemo" ) 
siteInfor( records )
siteInfor( records, load.now = TRUE )
# }

Run the code above in your browser using DataLab