Nothing
# private class not exposed to the user
# used to allow slot 'decostand' to contain NULL
setClassUnion("decostand.method", c("character", "NULL"))
setClass("decostand", representation(method = "decostand.method"))
# class definition
setClass("Vegsoup",
representation(
species = "Species",
sites = "data.frame",
taxonomy = "Taxonomy",
coverscale = "Coverscale",
decostand = "decostand",
dist = "character",
layers = "character",
group = "integer",
sp.points = "SpatialPointsDataFrame",
sp.polygons = "SpatialPolygonsDataFrame")
)
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.