Learn R Programming

spData (version 2.0.1)

grain: Artificial raster dataset representing grain sizes

Description

The ratified raster dataset represents grain sizes with the three classes clay, silt and sand, and WGS84 as a coordinate reference system.

Usage

grain

Arguments

Format

An object of class RasterLayer of dimension 6 x 6 x 1.

Examples

Run this code
if (requireNamespace("raster", quietly = TRUE)) {
  library(raster)
  data(grain)
  grain
}

Run the code above in your browser using DataLab