print.APLE: Printing the result of APLE

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

View source: R/print.APLE.R

Description

Print method for APLE objects.

Usage

1
2
	## S3 method for class 'APLE'
print(x, ...)

Arguments

x

An APLE object produced by APLE or VFSAPLE.

...

Other arguments to print.

Details

Prints the annual mean for erosion, soil dissolved, manure dissolved, fertilizer dissolved, and total phosphorus losses.

Value

Returns the APLE object x invisibly.

Author(s)

Sarah Goslee

See Also

APLE, VFSAPLE, summary.APLE,

Examples

1
2
3
4
5
6
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)

VFS documentation built on May 2, 2019, 8:58 a.m.