Learn R Programming

soilprofile (version 1.0)

root_unit: A list of tree matrices of coordinates for root units

Description

A list of tree matrices of coordinates for root units

Usage

data(root_unit)

Arguments

Format

The format is a list of 4 matrices of coordinates

Examples

Run this code
par(mfrow=c(1,3), mar=rep(2,4))
plot(root_unit[[1]], type='l', axes=FALSE)
plot(root_unit[[2]], type='l', axes=FALSE)
plot(root_unit[[3]], type='l', axes=FALSE)
par(mfrow=c(1,1))

Run the code above in your browser using DataLab