Update README.org

This commit is contained in:
Zoltán BARCZA 2023-02-28 15:13:12 +01:00 committed by GitHub
parent 13db7fdfbd
commit a9fe72b021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,6 @@ plotMuso()
likelihoodGPP = list(
GPP = (function(x, y){exp(-sqrt(mean((x-y)^2))) }))
dataVar <- c(GPP=3009)
calibrateMuso(measuredData = md,
dataVar = c(GPP=3009), iterations = 100,
likelihood = likelihoodGPP, method="GLUE")