Description Usage Arguments Value
Plot characteristic summary output from summarize_top_spew_region
| 1 2 3 4 | plot_characteristic_proportions(feature_name = "Feature",
  legend_name = "Types", feature_df, category_names = NULL,
  text_size = 10, region_colors = c("#999999", "#E69F00", "#56B4E9",
  "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7"))
 | 
| feature_name | string which will be in the title | 
| legend_name | name of the legend title | 
| feature_df | features summary, output from summarize_top_region() | 
| category_names | optional labels to display as the category types. Default is whatever is contained in the feature_df. | 
| text_size | axis text size. Default is 10 | 
| region_colors | a string of colors to color the map. Default is from the colorblind friendly palette. | 
a gg map object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.