summary.APLE {VFS} | R Documentation |
Summary method for APLE objects.
## S3 method for class 'APLE'
summary(object, ...)
object |
APLE object produced by |
... |
Other arguments to summary |
Calculates means for phosphorus loss.
Summary of APLE object.
Sarah Goslee
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)