TractChoropleth {choroplethr}R Documentation

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.

Super class

choroplethr::Choropleth -> TractChoropleth

Methods

Public 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.


[Package choroplethr version 3.7.3 Index]