CountryChoropleth {choroplethr}R Documentation

An R6 object for creating country-level choropleths.

Description

An R6 object for creating country-level choropleths.

An R6 object for creating country-level choropleths.

Super class

choroplethr::Choropleth -> CountryChoropleth

Methods

Public methods

Inherited methods

Method new()

Usage
CountryChoropleth$new(user.df)

Method clone()

The objects of this class are cloneable with this method.

Usage
CountryChoropleth$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package choroplethr version 3.7.3 Index]