nowley_Cstock: Predictions of carbon stock with variance estimates

Description Usage Format Details References Examples

Description

A data.frame with 4 columns which can be easily transformed into maps. Columns 1 and 2 contain spatial coordinates, while columns 3 and 4 contain predictions of carbon stocks and their prediction variance respectively. Each row more-or-less represents a pixel. This data is good for demonstration of using the ospats algorithm as described in de Gruijter et al. (2015).

Usage

1

Format

nowley_Cstock is a 4 column, 4382 row data.frame.

Details

This is an example data set in order to familiarize users to the working and inputs required for operationalising the ospatsF algorithm.

References

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
###Not Run
#library(ospats)
#data(nowley_Cstock)
#str(nowley_Cstock)

#library(raster)
#prediction
#p.map<- rasterFromXYZ(nowley_Cstock[,c(1:3)])
#plot(p.map)

#variance
#u.map<- rasterFromXYZ(nowley_Cstock[,c(1,2,4)])
#plot(u.map)
###

brendo1001/ospats documentation built on May 18, 2019, 2:35 p.m.