R/Class-Rosetta.R
predict.Rosetta.Rd
Predict Rosetta Parameter Values and Standard Deviations from a Rosetta instance
# S3 method for class 'Rosetta'
predict(object, soildata, ...)
Rosetta object containing class instance (e.g. from Rosetta()
)
A list containing vectors; with number of parameters matching the model type of object
not used
# predict(Rosetta(), list(c(30, 30, 40, 1.5), c(55, 25, 20, 1.1)))