waspnest_mat: Temperature matrix from thermal image of wasp nest

waspnest_matR Documentation

Temperature matrix from thermal image of wasp nest

Description

The data was extracted from a FLIR SC660 thermal image of a wasp nest, using the package Thermimage. An alternative is to use the freely availble software FLIR Tools, with which this image is freely distributed.

Usage

waspnest_mat

Format

A 640 x 480 numeric temperature matrix.

References

Thermimage, available on CRAN and GitHub

FLIR Tools

Examples

mean(waspnest_mat)
hist(waspnest_mat)
# Convert to raster
waspnest_raster <- raster::raster(waspnest_mat)
# Visualise using the rasterVis package
rasterVis::levelplot(waspnest_raster,
                     layers = 1,
                     margin = list(FUN = 'median'),
                     contour= FALSE)

rasenior/ThermStats documentation built on Nov. 16, 2024, 5:34 p.m.