weiA2EnsFlag: Weighted averages by the output of mixed models on the server...

Description Usage Arguments Value Author(s) Examples

View source: R/weiA2EnsFlag.R

Description

Weighted averages by the output of mixed models on the server side

Usage

1
weiA2EnsFlag(flag, pol = "no2", preF = "preno2", idF = "geoid_latlongt", dateF = "s_date")

Arguments

flag

Flag of the ensemble output, used as path in the server side

pol

Pollutant type,"no2" or "nox"

preF

predicted value name, "preno2" or "prenox"

idF

unique geoid

dateF

Biweekly first day date

Value

The result is the averages weighted by r2

Author(s)

lianfa Li

Examples

1
2
# Here is the example, assuming the files of point estimates already exsiting on the server
weivno2=weiA2EnsFlag(flag="sc_sample_no2",pol="no2",preF="preno2",idF="gid",dateF="s_date")

lspatial/sptemUS documentation built on May 29, 2019, 3:42 a.m.