The base Choropleth object.
The base Choropleth object.
Methods
Method get_min_long()
Usage
Choropleth$get_min_long()
Method get_max_long()
Usage
Choropleth$get_max_long()
Method get_bounding_box()
Usage
Choropleth$get_bounding_box(long_margin_percent, lat_margin_percent)
Method get_reference_map()
Usage
Choropleth$get_reference_map()
Method get_choropleth_as_polygon()
Usage
Choropleth$get_choropleth_as_polygon(alpha)
Method render_with_reference_map()
Usage
Choropleth$render_with_reference_map(alpha = 0.5)
Usage
Choropleth$format_levels(x, nsep = " to ")
Method set_zoom()
Usage
Choropleth$set_zoom(zoom)
Method set_num_colors()
Usage
Choropleth$set_num_colors(num_colors)
Method clone()
The objects of this class are cloneable with this method.
Usage
Choropleth$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.