plot_characteristic_proportions: Plot characteristic summary output from...

Description Usage Arguments Value

View source: R/diags.R

Description

Plot characteristic summary output from summarize_top_spew_region

Usage

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"))

Arguments

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.

Value

a gg map object


spew documentation built on Nov. 17, 2017, 7:36 a.m.