mmmHeatmap: Plot Movement Rate Heatmap Matrix

Description Usage Arguments Value

Description

Plot Movement Rate Heatmap Matrix

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
mmmHeatmap(
  x = NULL,
  group = 1,
  xlab = "Area To",
  ylab = "Area From",
  area_names = NULL,
  font_size_probs = 3,
  font_nudge_probs = 0.15,
  font_size_stderr = 2,
  font_nudge_stderr = 0.15,
  legend_name = "Estimate",
  legend_position = "right"
)

Arguments

x

An object of class mmmFit

group

integer() Release group

xlab

character() The x label of the plot

ylab

character() The y label of the plot

area_names

character() Vector of area names

font_size_probs

numeric() Font size for probabilities

font_nudge_probs

numeric() Upward displacement for probabilities

font_size_stderr

numeric() Font size for standard errors

font_nudge_stderr

numeric() Downward displacement for standard errors

legend_name

character() Legend title

legend_position

character() Legend position

Value

An object with class gg and ggplot


luke-a-rogers/mmmTMB documentation built on Jan. 16, 2021, 3:53 p.m.