
Last chance! 50% off unlimited learning
Sale ends in
Print method for APLE objects.
# S3 method for APLE
print(x, ...)
An APLE object produced by APLE
or VFSAPLE
.
Other arguments to print.
Returns the APLE object x invisibly.
Prints the annual mean for erosion, soil dissolved, manure dissolved, fertilizer dissolved, and total phosphorus losses.
# 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