plot_hatch: plot_hatch

Description Usage Arguments Details Examples

View source: R/plot_hatch.R

Description

Creating a ggplot with geom_bar.

Usage

1
plot_hatch(values, xlab = "")

Arguments

values

days of hatch

xlab

titel of xaxis, default is Hatch_day

Details

Meant to create a histogram of the hatch dates, but simply creates a histogram with the ototools specific frame.

Examples

1
2
3
#rm(list = ls())
values <- basic$deathday - basic$age
plot_hatch(values = values)

reneplonus/ototools documentation built on May 3, 2019, 4:05 p.m.