Create a Feature By Ecological Model Barplot
Source:R/feature_model_barplot.R
      feature_model_barplot.RdCreates a barplot from a model summary data frame.
Arguments
- model_summary
 data.frame; A data frame returned by the
summary_tablefunction.- habitat_zone
 raster; A habitat zone raster returned by the
set_habitat_zonefunction.- ylab
 character; The plot y-axis label.
- main
 character; The plot main label.
- location
 character;
legendlocation keyword. One of: "bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright", "right" or "center".