Learn R Programming

soilphysics (version 5.0)

bulkDensity: Soil Bulk Density Data Set

Description

This data set refers to five observations of soil bulk density and soil moisture per sample. There are four soil samples.

Usage

data(bulkDensity)

Arguments

Format

A data frame with 20 observations on the following 3 variables.

Id

a factor with levels s1 s2 s3 s4, the 'ID' of each soil sample.

MOIS

a numeric vector containing soil moisture values (cm^3 / cm^3).

BULK

a numeric vector containing soil bulk density values (g / cm^3).

Examples

Run this code
# NOT RUN {
data(bulkDensity)
summary(bulkDensity)
# }

Run the code above in your browser using DataLab