Update README.org

This commit is contained in:
Zoltán BARCZA 2019-12-10 11:24:02 +01:00 committed by GitHub
parent 207c3b1fe0
commit fc38a3abd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,10 +115,10 @@ Assume that we would like to visualize Gross Primary Production (GPP) for one si
results<-runMuso()
#+END_SRC
Now we extract the 26th variable from the complete output set and call this R variable as gpp:
Now we extract the 2nd variable from the complete output set and call this R variable as gpp:
#+BEGIN_SRC R :eval no
gpp<-results[,26]
gpp<-results[,2]
#+END_SRC
Now we are ready to visualize the results, first for all 4 years: