tasmania_ibra_data {poems}R Documentation

Thylacine vignette Tasmania IBRA data

Description

A dataset describing the nine Interim Bioregionalisation of Australia (IBRA) bioregions for the Tasmanian study region of the Thylacine example vignette.

Format

A data frame with 9 rows and 4 variables:

index

Cross-reference index for each bioregion

key

Additional alphabetical cross-reference for each bioregion

abbr

Abbreviated name for each bioregion

name

Full name for each bioregion

Source

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

Examples

data(tasmania_ibra_data)
data(tasmania_ibra_raster)
raster::values(tasmania_ibra_raster)[!is.na(raster::values(tasmania_ibra_raster))] |>
  table() |>
  as.data.frame() |>
  merge(tasmania_ibra_data, by.x = "Var1", by.y = "index")


[Package poems version 1.3.3 Index]