feature_model_barplot: Create a Feature By Ecological Model Barplot

View source: R/feature_model_barplot.R

feature_model_barplotR Documentation

Create a Feature By Ecological Model Barplot

Description

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.


MVR-GIS/nybem documentation built on Feb. 9, 2023, 7:03 a.m.