choroplethr (version 3.7.3)

USAChoropleth: Normal choropleth that draws Alaska and Hawaii as insets. In addition to a columns named "region" and "value", also requires a column named "state".

Description

Normal choropleth that draws Alaska and Hawaii as insets. In addition to a columns named "region" and "value", also requires a column named "state".

Normal choropleth that draws Alaska and Hawaii as insets. In addition to a columns named "region" and "value", also requires a column named "state".

Arguments

Super class

choroplethr::Choropleth -> USAChoropleth

Methods

Inherited methods


Method new()

Usage

USAChoropleth$new(map.df, user.df)


Method render()

Usage

USAChoropleth$render()


Method render_helper()

Usage

USAChoropleth$render_helper(choropleth.df, scale_name, theme)


Method render_state_outline()

Usage

USAChoropleth$render_state_outline(states)


Method set_zoom()

Usage

USAChoropleth$set_zoom(zoom)


Method clone()

The objects of this class are cloneable with this method.

Usage

USAChoropleth$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.