Skip to contents

Creates a barplot from a model summary data frame.

Usage

feature_model_barplot(
  model_summary,
  habitat_zone,
  ylab,
  main,
  location = "topleft"
)

Arguments

model_summary

data.frame; A data frame returned by the summary_table function.

habitat_zone

raster; A habitat zone raster returned by the set_habitat_zone function.

ylab

character; The plot y-axis label.

main

character; The plot main label.

location

character; legend location keyword. One of: "bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright", "right" or "center".

Value

A barplot object.