Skip to contents

Make ridgeline plot of ratios of residential population percentage to its average

Usage

plot_ridgeline_ratios_ez(
  out,
  varnames = c(names_d_ratio_to_avg, names_d_subgroups_ratio_to_avg),
  maxratio = 5
)

Arguments

out

like from ejamit()

varnames

vector of colnames in out$results_bysite, the ratio variables

maxratio

cap on ratios to show so plot looks better (all values above cap get replaced by cap before plotting)

Examples

 out <- testoutput_ejamit_1000pts_1miles
 plot_ridgeline_ratios_ez(out)