View source: R/Class-Rosetta.R
predict.Rosetta | R Documentation |
Predict Rosetta Parameter Values and Standard Deviations from a Rosetta instance
## S3 method for class 'Rosetta'
predict(object, soildata, ...)
object |
Rosetta object containing class instance (e.g. from |
soildata |
A list containing vectors; with number of parameters matching the model type of |
... |
not used |
# predict(Rosetta(), list(c(30, 30, 40, 1.5), c(55, 25, 20, 1.1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.