waspnest_mat: Temperature matrix from thermal image of wasp nest

Description Usage Format References Examples

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

1

Format

A 640 x 480 numeric temperature matrix.

References

Thermimage, available on CRAN and GitHub

FLIR Tools

Examples

1
2
3
4
5
6
7
8
9
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/PatchStatsFLIR documentation built on Oct. 28, 2020, 11:53 p.m.