choroplethr (version 3.7.3)

TractChoropleth: An R6 object for creating choropleths of Census Tracts.

Description

An R6 object for creating choropleths of Census Tracts.

An R6 object for creating choropleths of Census Tracts.

Arguments

Super class

choroplethr::Choropleth -> TractChoropleth

Methods

Inherited methods


Method new()

Usage

TractChoropleth$new(state_name, user.df)


Method set_zoom_tract()

Usage

TractChoropleth$set_zoom_tract(county_zoom, tract_zoom)


Method clone()

The objects of this class are cloneable with this method.

Usage

TractChoropleth$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.