plot.profile.data.frame: The main plotting function for a soil profile

Description Usage Arguments Details Value Author(s) Examples

View source: R/plot.profile.data.frame.R

Description

A function that draws a soil profile based on simple field data.

Usage

1
2
## S3 method for class 'profile.data.frame'
plot(x, y, ...)

Arguments

x

An object of class 'profile.data.frame'

y

Unused argument (only for matching the arguments of generic plot function)

...

All arguments allowed in 'plot_profile' function. See details.

Details

This function is a generic 'plot' function for objects of class 'profile.data.frame'. For details of the arguments see 'plot_profile'.

Value

A complex list of all numeric values necessary to plot one (or more) soil profile(s). The plot can be assigned and used to plot the same soil profile(s) more than once. See arguments 'random' and 'existing data' in 'plot_profile' for details.

Author(s)

Gianluca Filippa

Examples

1
2
3
4
5
## Not run: 
plot(example, random=FALSE, existing_data=example.data)
plot(example)

## End(Not run)

Example output

Loading required package: aqp
This is aqp 1.17

Attaching package: 'aqp'

The following object is masked from 'package:base':

    union

Loading required package: lattice
Loading required package: munsell
Loading required package: splancs
Loading required package: sp

Spatial Point Pattern Analysis Code in S-Plus
 
 Version 2 - Spatial and Space-Time analysis

[1] "no roots"
[1] "no roots"

soilprofile documentation built on May 29, 2017, 10:50 p.m.