This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
curves_slash_pine_25 [2012/04/05 19:10] ddrummond created |
curves_slash_pine_25 [2013/02/05 15:47] (current) 172.20.23.159 |
||
|---|---|---|---|
| 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 S.I. of 50 Site Quality 25 ===== | + | ===== Slash Pine 25 Year Basis ===== |
| + | <html> | ||
| + | <div id="chartdiv-wrapper"> | ||
| + | <div id="chartdiv"></div> | ||
| + | </div> | ||
| + | <script type="text/javascript"> | ||
| + | var options = { | ||
| + | title: 'Slash Pine 25 Year Basis', | ||
| + | containerId: 'chartdiv', | ||
| + | baseAge: 25, | ||
| + | bVars: [-8.80405, 22.7952, 0, 0], | ||
| + | ageMin: 0, | ||
| + | ageMax: 30, | ||
| + | ageStep: 5, | ||
| + | siMin: 40, | ||
| + | siMax: 80, | ||
| + | siStep: 10 | ||
| + | } | ||
| + | siteIndexChart = new SiteIndexChart(options); | ||
| + | </script> | ||
| + | </html> | ||
| + | |||
| + | --Site index curves for slash pin in the west gulf. | ||