Learn R Programming

wtss (version 1.0.0)

WTSS: The WTSS class

Description

Use this class for creating a connection to a Web Time Series Service (WTSS)

Creates a WTSS object

Usage

WTSS(serverUrl)

Arguments

serverUrl

A server URL

Slots

serverUrl:

Object of class "character", URL of the server.

listCoverages:

Object of class "character", list of coverages.

Examples

Run this code
# NOT RUN {
ts.server = WTSS("http://www.dpi.inpe.br/tws/wtss")
ts.server
# }

Run the code above in your browser using DataLab