Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kvalobs:kvoss:system:qc2:8hdk376snf09zj37dk82s92:ncdf [2009-06-21 20:56:01]
paule
kvalobs:kvoss:system:qc2:8hdk376snf09zj37dk82s92:ncdf [2022-05-31 09:29:32] (current)
Line 15: Line 15:
   $ R CMD INSTALL ncdf   $ R CMD INSTALL ncdf
   $ history   $ history
 +  ...
 +  ...
 +  # there are perhaps even easier ways to do this:
 +
 +  $ install.packages("gplots", dependencies = TRUE)
 +
 +  # no source was linked ... but the mirror choose automatically opens
 +  # and one just selects a site and the install happens!
 +  ...
 +  $ 
 </code> </code>
  
Line 48: Line 58:
    dev.off()    dev.off()
  
-    
 </code> </code>
 +
 +Alternatively, place the code in a file and run from the command line:
 +<code>
 + $ Rscript plot_netcdf.R "Test Plot" OUTPUT
 +</code>
 +that will produce the file OUTPUT.jpg with the plot title "Test Plot".
 +  * {{kvalobs:kvoss:system:qc2:8hdk376snf09zj37dk82s92:plot_netcdf.pdf|plot_netcdf.R}}
 +
 +
  • kvalobs/kvoss/system/qc2/8hdk376snf09zj37dk82s92/ncdf.1245617761.txt.gz
  • Last modified: 2022-05-31 09:23:18
  • (external edit)