tasmania_ibra_data | R Documentation |
A dataset describing the nine Interim Bioregionalisation of Australia (IBRA) bioregions for the Tasmanian study region of the Thylacine example vignette.
A data frame with 9 rows and 4 variables:
Cross-reference index for each bioregion
Additional alphabetical cross-reference for each bioregion
Abbreviated name for each bioregion
Full name for each bioregion
https://doi.org/10.1111/2041-210X.13720
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.