pair.data: Aggregate Soil Data by Point

Description Usage Arguments Value Examples

View source: R/soil_pair.data.R

Description

Creates a dataframe where each soil point has one row. Each data column is duplicated for each survey event.

First argument has to be the output of the function survey.sums()

Usage

1
pair.data(newdata, singlesurvey = TRUE)

Arguments

singlesurvey

Value

Dataframe with soil data from different years merged by point. Columns are added to display percent change in soil data between surveys

Examples

1
2
pair.data(data, singlesurvey = TRUE)
paired_data = pair.data(soildata, singlesurvey = FALSE)

weverkaj/RMN documentation built on July 26, 2019, 10:34 p.m.