getAttribute | R Documentation |
Get single attribute from each of the features in the features list
getAttribute(features, name)
features |
<list> List of features to get attributes from Feature description feature = list( datatype = <type of data> (discrete | integer | float) min = <min value>, max = <max value>, nlevels = <number of levels>, levels = <levels> (optional: discrete type specific) ) |
name |
<string> Name of the attribute to get |
<list> of features with the single attribute requested
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.