plot_age_distribution: plot age distribution of raw recoveries of real world data

View source: R/plot_age_distribution.R

plot_age_distributionR Documentation

plot age distribution of raw recoveries of real world data

Description

This function plots the age distribution of recoveries in the real world data as a histogram.

Usage

plot_age_distribution(
  mark_recapture_object,
  pdf = FALSE,
  pdf_name = "ageDistribution.pdf"
)

Arguments

mark_recapture_object

object of class mark_recapture_object (see mark_recapture_object())

pdf

logical, saves image as pdf-file if TRUE. Defaults to FALSE.

pdf_name

string to name pdf-file, please include ".pdf"!

Value

histogram of age of raw recoveries, depending on arguments plot as pdf or to plot to device

Examples

plot_age_distribution(mro2D)


SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.