My_coefplot: Plotting coefficients

Description Usage Arguments

Description

This function is to plot the maximum likelihood estimates and their respective confidence intervals.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
My_coefplot(
  mles,
  upper,
  lower,
  species_labels = NULL,
  xlab = NULL,
  cex.axis = 1,
  y_spa = 0,
  rect = F,
  rect_lim = 5,
  ...
)

Arguments

mles

A vector containing the maximum likelihood estimates to be plotted.

upper

A vector containing the upper limits of the confidence intervals.

lower

A vector containing the lower limits of the confidence intervals.

species_labels

A vector containing the labels of each species.

xlab

A label for the x axis.

cex.axis

The size of the x axis.

y_spa

Space to be added to the minimum and maximum values. This is to improve visualization.

rect

Should assign different backgrounds to predators and non-predators? Default is to FALSE.

rect_lim

Limit of the background.

...

Other graphical parameters.


RodolfoPelinson/pelinson.et.al.2020 documentation built on June 10, 2021, 5:25 p.m.