plot_for_soil_properties: Run linear mixed effect models on the soil properties as a...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/plot_for_soil_properties.R

Description

This function plot the soil property given for example:soil water content, water holdin capacity, organic C, total N, C:N ratio, and soil pH and regress it to the distance from the windbreak while having fields as a random effect.

Usage

1
stats_for_soil_properties(y = main_data$Whc)

Arguments

y

a vector of data from the main_data dataset.

Details

No details for now.

Value

list of relevant stats.

Author(s)

Maxime Rivest

See Also

agroPack.

Examples

1
stats <- stats_for_soil_properties(y = main_data$Whc)

MaximeRivest/agroPack documentation built on May 3, 2019, 3:33 p.m.