thylacine_bounty_record: Thylacine vignette bounty record

thylacine_bounty_recordR Documentation

Thylacine vignette bounty record

Description

A dataset containing the historical record of the Thylacine bounty numbers submitted across the Tasmanian study region, and for each of the nine Interim Bioregionalisation of Australia (IBRA) bioregions for Thylacine example vignette.

Format

A data frame with 22 rows and 11 variables:

Year

Year during bounty period from 1888 to 1909

Total

Total Tasmania-wide bounty submitted

FUR

Bounty submitted in IBRA bioregion: Furneaux

BEN

Bounty submitted in IBRA bioregion: Ben Lomond

TNM

Bounty submitted in IBRA bioregion: Tasmanian Northern Midlands

TSE

Bounty submitted in IBRA bioregion: Tasmanian South East

TW

Bounty submitted in IBRA bioregion: Tasmanian West

TNS

Bounty submitted in IBRA bioregion: Tasmanian Northern Slopes

TSR

Bounty submitted in IBRA bioregion: Tasmanian Southern Ranges

TCH

Bounty submitted in IBRA bioregion: Tasmanian Central Highlands

KIN

Bounty submitted in IBRA bioregion: King

Source

https://doi.org/10.1111/2041-210X.13720

Examples

data(thylacine_bounty_record)
summary(thylacine_bounty_record)
# Assuming your data frame is named thylacine_bounty_record
plot(thylacine_bounty_record$Year, thylacine_bounty_record$Total, type="l", 
    main="Change in Total Bounties Over Time", 
    xlab="Year", 
    ylab="Total Bounties")


poems documentation built on Sept. 20, 2024, 1:06 a.m.