Continuous legend class
Continuous legend class
     
    
    Details
    Definition for the ContinuousLegend class.
     
    
    Public fields
    - min_value
- numericvalue.
 
- max_value
- numericvalue.
 
- colors
- charactervector.
 
- n
- numericvalue.
 
 
    
    Methods
Create a ContinuousLegend object.
Arguments
- min_value
- numericvalue.
 
- max_value
- numericvalue.
 
- colors
- charactervector of colors.
 
- n
- numericvalue.
 
 
Returns
A new ContinuousLegend object.
 
 
Get data for creating a widget.
Usage
ContinuousLegend$get_widget_data()
 
Returns
A new ContinuousLegend object.
 
 
Method get_resample_method()
Get resample method.
Usage
ContinuousLegend$get_resample_method()
 
Returns
character object.
 
 
Method get_color_map()
Get a function for mapping values to colors.
Usage
ContinuousLegend$get_color_map()
 
Returns
A function object.
 
 
Method export()
Export settings
Usage
ContinuousLegend$export()
 
 
Method clone()
The objects of this class are cloneable with this method.
Usage
ContinuousLegend$clone(deep = FALSE)
 
Arguments
- deep
- Whether to make a deep clone.