The base Choropleth object.
The base Choropleth object.
new()
Choropleth$new(map.df, user.df)
render()
Choropleth$render()
get_min_long()
Choropleth$get_min_long()
get_max_long()
Choropleth$get_max_long()
get_min_lat()
Choropleth$get_min_lat()
get_max_lat()
Choropleth$get_max_lat()
get_bounding_box()
Choropleth$get_bounding_box(long_margin_percent, lat_margin_percent)
get_x_scale()
Choropleth$get_x_scale()
get_y_scale()
Choropleth$get_y_scale()
get_reference_map()
Choropleth$get_reference_map()
get_choropleth_as_polygon()
Choropleth$get_choropleth_as_polygon(alpha)
render_with_reference_map()
Choropleth$render_with_reference_map(alpha = 0.5)
clip()
Choropleth$clip()
discretize()
Choropleth$discretize()
bind()
Choropleth$bind()
prepare_map()
Choropleth$prepare_map()
get_scale()
Choropleth$get_scale()
theme_clean()
Choropleth$theme_clean()
theme_inset()
Choropleth$theme_inset()
format_levels()
Choropleth$format_levels(x, nsep = " to ")
set_zoom()
Choropleth$set_zoom(zoom)
get_zoom()
Choropleth$get_zoom()
set_num_colors()
Choropleth$set_num_colors(num_colors)
clone()
The objects of this class are cloneable with this method.
Choropleth$clone(deep = FALSE)
deep
Whether to make a deep clone.