Description Usage Arguments Details Value Author(s) Examples
View source: R/heatmap_state_function.R
Using a heatmap, it displays the various frequencies of complaints by state on the US map.
1 | heatmap_state_function(df = sampledf)
|
df |
Dataframe (two columns) |
The function can only take the specific dataframes generated by the other functions in this package that contains the state information. Moreover, the data can only contain two columns, whereas the first column is the number of states and the second column is the number of complaints.
Graph of the United States with the ascribed labels
Jae Woong Ham
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.