This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
curves_sweet_gum [2012/04/05 19:14] ddrummond created |
curves_sweet_gum [2016/06/28 21:22] (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 ====== | ====== Site Index Curves ====== | ||
| - | ===== Sweet Gum ===== | + | ===== Sweet Gum - Mississippi Valley alluvium plus a few locations on alluvial soils of South Carolina, Alabama, and northern Florida ===== |
| + | <html> | ||
| + | <div id="chartdiv-wrapper"> | ||
| + | <div id="chartdiv"></div> | ||
| + | </div> | ||
| + | <script type="text/javascript"> | ||
| + | var options = { | ||
| + | title: 'Mississippi Valley alluvium plus a few locations on alluvial soils of South Carolina, Alabama, and northern Florida', | ||
| + | containerId: 'chartdiv', | ||
| + | baseAge: 50, | ||
| + | bVars: [3.5384, 0.7932, -0.0244, 29.2355, -0.7291], | ||
| + | cVars: [0.0055, 1.6414, -0.0026, -1.7678, -0.2712], | ||
| + | ageMin: 20, | ||
| + | ageMax: 65, | ||
| + | ageStep: 5, | ||
| + | siMin: 70, | ||
| + | siMax: 115, | ||
| + | siStep: 10 | ||
| + | } | ||
| + | siteIndexChart = new SiteIndexChart(options); | ||
| + | </script> | ||
| + | </html> | ||