View source: R/plot_age_distribution.R
plot_age_distribution | R Documentation |
This function plots the age distribution of recoveries in the real world data as a histogram.
plot_age_distribution(
mark_recapture_object,
pdf = FALSE,
pdf_name = "ageDistribution.pdf"
)
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"! |
histogram of age of raw recoveries, depending on arguments plot as pdf or to plot to device
plot_age_distribution(mro2D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.