This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
curves_slash_pine_50 [2012/04/05 19:10] ddrummond created |
curves_slash_pine_50 [2013/02/05 15:45] (current) 192.168.1.7 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <html> | ||
| + | <!--[if lt IE 9]><script language="javascript" type="text/javascript" src="lib/plugins/jqplot/excanvas.js"></script><![endif]--> | ||
| + | <script language="javascript" type="text/javascript" src="lib/plugins/jqplot/jquery.min.js"></script> | ||
| + | <script language="javascript" type="text/javascript" src="lib/plugins/jqplot/jquery.jqplot.min.js"></script> | ||
| + | <script type="text/javascript" src="lib/plugins/jqplot/jqplot.highlighter.min.js"></script> | ||
| + | <script type="text/javascript" src="js/siteIndexChart.js"></script> | ||
| + | <link rel="stylesheet" type="text/css" href="lib/plugins/jqplot/jquery.jqplot.css" /> | ||
| + | </html> | ||
| + | |||
| ====== Site Index Curves ====== | ====== Site Index Curves ====== | ||
| - | ===== Slash Pine 25 Year Basis ===== | + | ===== Slash Pine 50 Year Basis ===== |
| + | <html> | ||
| + | <div id="chartdiv-wrapper"> | ||
| + | <div id="chartdiv"></div> | ||
| + | </div> | ||
| + | <script type="text/javascript"> | ||
| + | var options = { | ||
| + | title: 'Slash Pine 50 Year Basis', | ||
| + | containerId: 'chartdiv', | ||
| + | baseAge: 50, | ||
| + | bVars: [-8.80405, 22.7952, 0, 0], | ||
| + | ageMin: 0, | ||
| + | ageMax: 60, | ||
| + | ageStep: 5, | ||
| + | siMin: 60, | ||
| + | siMax: 100, | ||
| + | siStep: 10 | ||
| + | } | ||
| + | siteIndexChart = new SiteIndexChart(options); | ||
| + | </script> | ||
| + | </html> | ||
| + | |||
| + | Height-growth classification for second-growth slash pine. Reproduced from USDA Forest Service | ||
| + | Misc. Publication No. 50. | ||