Update README.org
This commit is contained in:
parent
207c3b1fe0
commit
fc38a3abd7
@ -115,10 +115,10 @@ Assume that we would like to visualize Gross Primary Production (GPP) for one si
|
|||||||
results<-runMuso()
|
results<-runMuso()
|
||||||
#+END_SRC
|
#+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
|
#+BEGIN_SRC R :eval no
|
||||||
gpp<-results[,26]
|
gpp<-results[,2]
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Now we are ready to visualize the results, first for all 4 years:
|
Now we are ready to visualize the results, first for all 4 years:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user