[GRASS-SVN] r36182 - grass/branches/develbranch_6/imagery/i.pca
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 2 17:43:15 EST 2009
Author: hamish
Date: 2009-03-02 17:43:14 -0500 (Mon, 02 Mar 2009)
New Revision: 36182
Modified:
grass/branches/develbranch_6/imagery/i.pca/description.html
Log:
add example
Modified: grass/branches/develbranch_6/imagery/i.pca/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.pca/description.html 2009-03-02 22:07:41 UTC (rev 36181)
+++ grass/branches/develbranch_6/imagery/i.pca/description.html 2009-03-02 22:43:14 UTC (rev 36182)
@@ -45,6 +45,21 @@
history files. View with <em>r.info</em>.
+<H2>EXAMPLE</H2>
+
+Using the Spearfish Imagery sample dataset
+
+<div class="code"><pre>
+i.pca in=spot.ms.1,spot.ms.2,spot.ms.3 out=spot_pca
+
+r.info -h spot_pca.1
+ Eigen values, (vectors), and [percent importance]:
+ PC1 1170.12 ( -0.63 -0.65 -0.43 ) [ 88.07% ]
+ PC2 152.49 ( 0.23 0.37 -0.90 ) [ 11.48% ]
+ PC3 6.01 ( 0.75 -0.66 -0.08 ) [ 0.45% ]
+</pre></div>
+
+
<H2>SEE ALSO</H2>
Richards, John A.,
More information about the grass-commit
mailing list