Data: External data sets.

DataR Documentation

External data sets.

Description

Small subset of Landsat TM scene (Path/Row 174/38) with bands 3,4 and 6 as .tif file.

Usage

  nir <- system.file("extdata", "B40.TIF", package="TriangleMethod")

Format

The format is: *.tif

Details

These grids can be loaded by using the code below and will be used in the examples within the package to examplify the calculation with external data (e.g. from a certain path containg the Landsat scenes).

Source

The Landsat TM scene (Path/Row 174/38) was originally downloaded from http://glovis.usgs.gov/.

References

http://glovis.usgs.gov/

Examples

  nir <- system.file("extdata", "B40.TIF", package="TriangleMethod")
  nir = raster(nir)
  plot(nir)

DGampe/TriangleMethod documentation built on March 18, 2022, 6:43 a.m.