This shows you the differences between two versions of the page.
| — |
curves_hickories [2016/06/28 21:14] (current) |
||
|---|---|---|---|
| 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 ====== | ||
| + | ===== Hickories - Central States, Cumberland Mountains of Kentucky ===== | ||
| + | <html> | ||
| + | <div id="chartdiv-wrapper"> | ||
| + | <div id="chartdiv"></div> | ||
| + | </div> | ||
| + | <script type="text/javascript"> | ||
| + | var options = { | ||
| + | title: 'Central States, Cumberland Mountains of Kentucky', | ||
| + | containerId: 'chartdiv', | ||
| + | baseAge: 50, | ||
| + | bVars: [1.8326, 1.0015, -0.0207, 1.408, -0.0005], | ||
| + | cVars: [0.5243, 1.0126, -0.0216, -1.5897, -0.0239], | ||
| + | ageMin: 20, | ||
| + | ageMax: 100, | ||
| + | ageStep: 5, | ||
| + | siMin: 30, | ||
| + | siMax: 80, | ||
| + | siStep: 10 | ||
| + | } | ||
| + | siteIndexChart = new SiteIndexChart(options); | ||
| + | </script> | ||
| + | </html> | ||