Predict Rosetta Parameter Values and Standard Deviations from a Rosetta instance

# S3 method for Rosetta
predict(object, soildata, ...)

Arguments

object

Rosetta object containing class instance (e.g. from Rosetta())

soildata

A list containing vectors; with number of parameters matching the model type of object

...

not used

Examples

# predict(Rosetta(), list(c(30, 30, 40, 1.5), c(55, 25, 20, 1.1)))