Nothing
## this script defines a S4 class for Watershed objects
## writen by J.A. Torres-Matallana
## Institute for Geoinformatics, ifgi
## University of Muenster, Germany
## date: 9.08.2013
## S4 class Watershed
setClass("Watershed", representation(station="SpatialPoints", subbasin="SpatialPolygonsDataFrame", zhyd="SpatialPolygonsDataFrame", river="SpatialLinesDataFrame", c1="SpatialPolygonsDataFrame", node="SpatialPointsDataFrame"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.