SO4preds: Prediction sites for SO4 atmospheric deposition throughout...

SO4predsR Documentation

Prediction sites for SO4 atmospheric deposition throughout the conterminous USA

Description

Prediction sites for SO4 atmospheric deposition throughout the conterminous USA with object type sf from sf package.

Usage

data(SO4preds)

Format

A sf object. The projection is in Conus (Continental US) Albers, EPSG:5070. There are 9558 locations for prediction.

Source

The code that creates the data file from a systematic grid within the conterminous US can be found at system.file("raw data/wetSulfateDep/create_SO4preds.R",package = "ZVHdata"). It was subsequently converted to sf using st_as_sf function.

Examples

library(ZVHdata)
library(sf)
data(SO4preds)
str(SO4preds)
summary(SO4preds)
data(USboundary)
plot(st_geometry(USboundary))
plot(st_geometry(SO4preds), add = TRUE, pch = 19, cex = .5)

jayverhoef/ZVHdata documentation built on Oct. 22, 2022, 8:35 p.m.