Learn R Programming

VFS (version 1.0.2)

summary.APLE: Summarize the result of APLE

Description

Summary method for APLE objects.

Usage

# S3 method for APLE
summary(object, ...)

Arguments

object

APLE object produced by APLE.

Other arguments to summary

Value

Summary of APLE object.

Details

Calculates means for phosphorus loss.

See Also

APLE, VFSAPLE, print.APLE,

Examples

Run this code
# NOT RUN {
x <- APLE(soilP = 127, clay = 17, OM = 6, precip = 35, runoff = 6,
	erosion = 7, manureP = 25, manureSolids = 25, manureWEP = 50,
	manureIn = 40, fertP = 10, fertIn = 40)

print(x)
summary(x)

# }

Run the code above in your browser using DataLab