Dimension | R Documentation |
Dimension Class
An R6Class
generator object
name
character [optional]
type
Datatype
domain
DomainArray
nullTileExtent
character
tileExtent
DimensionTileExtent [optional]
filterPipeline
FilterPipeline [optional]
new()
Dimension$new( type, domain, nullTileExtent, name = NULL, tileExtent = NULL, filterPipeline = NULL, ... )
toJSON()
Dimension$toJSON()
fromJSON()
Dimension$fromJSON(DimensionJson)
toJSONString()
Dimension$toJSONString()
fromJSONString()
Dimension$fromJSONString(DimensionJson)
clone()
The objects of this class are cloneable with this method.
Dimension$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.