Learn R Programming

sirad (version 2.0-7)

CSTmap: Clear sky transmissivity map

Description

This dataset contains a raster of clear sky transmissivity

Usage

data(CSTmap)

Arguments

Details

The map of clear sky transmissivity was generated using 'cst' function based on Meteosat Second Generation solar radiation.

Examples

Run this code
if(require(raster))
{
  data(CSTmap)
  # str(CFC)
  show(CSTmap)
}

Run the code above in your browser using DataLab