getTSeries: Access the temporal basis function of NO2 and NOx for a...

Description Usage Arguments Details Value Examples

View source: R/getTrainCov.R

Description

Access the temporal basis function of NO2 and NOx for a target project

Usage

1
getTSeries(flag)

Arguments

flag

The project flag name, used on the server side.

Details

Access the temporal basis function of NO2 and NOx for a target project

Value

The data frame for the temporal basis function.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (flag)
{
    conn = RSclient::RS.connect(host = "noxchs2.usc.edu", port = 5501)
    RSclient::RS.assign(conn, "flag", flag)
    res = RSclient::RS.eval(conn, getTSereis(flag = flag))
    RSclient::RS.close(conn)
    return(res)
  }

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