tasmania_ibra_raster: Thylacine vignette Tasmania IBRA raster

tasmania_ibra_rasterR Documentation

Thylacine vignette Tasmania IBRA raster

Description

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

Format

A raster::RasterLayer object:

dimensions

32 rows by 40 columns grid

resolution

0.1 by 0.1 degree grid cells

extent

longitude 144.5 to 148.5 degrees; latitude -43.8025 to -40.6025 degrees

CRS

WGS84 longitude-latitude

values

IBRA bioregions defined by cells with values 1 to 9 (as per index in tasmania_ibra_data)

Source

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

Examples

data(tasmania_ibra_raster)
data(tasmania_raster)
tasmania_region <- Region$new(
  template_raster = tasmania_raster
)
tasmania_region$raster_is_consistent(tasmania_ibra_raster)
raster::plot(tasmania_ibra_raster)


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